Procs
proc addYamlString(res: var string; s: string) {....raises: [], tags: [], forbids: [].}
- Source Edit
proc lineInfoToStr(conf: ConfigRef; info: TLineInfo): string {. ...raises: [ValueError], tags: [], forbids: [].}
- Source Edit
proc treeToYaml(conf: ConfigRef; n: PNode; indent: int = 0; maxRecDepth: int = -1): string {. ...raises: [ValueError, IOError, KeyError, OSError, Exception], tags: [WriteIOEffect, ReadEnvEffect, ReadIOEffect, RootEffect], forbids: [].}
- Source Edit
proc typeToYaml(conf: ConfigRef; n: PType; indent: int = 0; maxRecDepth: int = -1): string {. ...raises: [ValueError, IOError, KeyError, OSError, Exception], tags: [WriteIOEffect, ReadEnvEffect, ReadIOEffect, RootEffect], forbids: [].}
- Source Edit