depends

Search:
Group by:
Source   Edit  

Procs

proc addDotDependency(c: PPassContext; n: PNode): PNode {.
    ...raises: [Exception, OSError, KeyError, ValueError, IOError], tags: [
    RootEffect, WriteIOEffect, ReadEnvEffect, ReadIOEffect, ReadDirEffect],
    forbids: [].}
Source   Edit  
proc generateDot(graph: ModuleGraph; project: AbsoluteFile) {....raises: [IOError],
    tags: [WriteIOEffect], forbids: [].}
Source   Edit  
proc setupDependPass(graph: ModuleGraph; module: PSym; idgen: IdGenerator): PPassContext {.
    ...raises: [], tags: [], forbids: [].}
Source   Edit