Module that implements gorge for the compiler.
proc opGorge(cmd, input, cache: string; info: TLineInfo; conf: ConfigRef): (
string, int) {...}{.raises: [OSError, IOError, Exception, Exception], tags: [
ReadEnvEffect, ReadIOEffect, ExecIOEffect, RootEffect, WriteIOEffect].}
-
Source
Edit