depends

Search:
Group by:
Source   Edit  

Procs

proc addDotDependency(c: PPassContext; n: PNode): PNode {.
    ...raises: [KeyError, ValueError, IOError, Exception, OSError], tags: [
    WriteIOEffect, ReadDirEffect, RootEffect, ReadEnvEffect, ReadIOEffect],
    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