proc loadConfigs(cfg: RelativeFile; cache: IdentCache; conf: ConfigRef;
idgen: IdGenerator) {....raises: [OSError, IOError, Exception,
KeyError, ValueError, ERecoverableError, EOFError, ESuggestDone], tags: [
ReadIOEffect, ReadDirEffect, ReadEnvEffect, RootEffect, WriteIOEffect,
WriteEnvEffect, WriteDirEffect, TimeEffect, ExecIOEffect], forbids: [].}proc readConfigFile(filename: AbsoluteFile; cache: IdentCache; config: ConfigRef): bool {....raises: [
IOError, Exception, KeyError, ValueError, OSError, ERecoverableError,
EOFError], tags: [ReadIOEffect, RootEffect, ReadDirEffect, WriteIOEffect,
ReadEnvEffect, WriteEnvEffect, WriteDirEffect],
forbids: [].}
© 2006–2024 Andreas Rumpf
Licensed under the MIT License.
https://nim-lang.org/docs/compiler/nimconf.html