vmdeps

Procs

proc opSlurp(file: string; info: TLineInfo; module: PSym; conf: ConfigRef): string {...}{.raises: [
    OSError, KeyError, Exception, ValueError, IOError, ERecoverableError], tags: [
    ReadDirEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect].}
  Source Edit
proc opMapTypeToAst(cache: IdentCache; t: PType; info: TLineInfo): PNode {...}{.
    raises: [Exception], tags: [RootEffect].}
  Source Edit
proc opMapTypeInstToAst(cache: IdentCache; t: PType; info: TLineInfo): PNode {...}{.
    raises: [Exception], tags: [RootEffect].}
  Source Edit
proc opMapTypeImplToAst(cache: IdentCache; t: PType; info: TLineInfo): PNode {...}{.
    raises: [Exception], tags: [RootEffect].}
  Source Edit