Procs
proc getModuleName(conf: ConfigRef; n: PNode): string {...}{. raises: [OSError, Exception, ValueError, IOError, ERecoverableError], tags: [ReadEnvEffect, ReadIOEffect, RootEffect, WriteIOEffect].}
- Source Edit
proc checkModuleName(conf: ConfigRef; n: PNode; doLocalError = true): FileIndex {...}{.raises: [ OSError, Exception, ValueError, IOError, ERecoverableError, KeyError], tags: [ ReadEnvEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadDirEffect].}
- Source Edit