filter_tmpl

Search:
Group by:
Source   Edit  

Procs

proc filterTmpl(conf: ConfigRef; stdin: PLLStream; filename: AbsoluteFile;
                call: PNode): PLLStream {.
    ...raises: [KeyError, Exception, ValueError, IOError, ERecoverableError], tags: [
    ReadDirEffect, RootEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect],
    forbids: [].}
Source   Edit