vtables

Search:
Group by:
Source   Edit  

Procs

proc collectVTableDispatchers(g: ModuleGraph) {....raises: [KeyError, ValueError,
    IOError, OSError, Exception, ERecoverableError], tags: [WriteIOEffect,
    ReadEnvEffect, ReadIOEffect, ReadDirEffect, RootEffect], forbids: [].}
Source   Edit  
proc sortVTableDispatchers(g: ModuleGraph) {.
    ...raises: [KeyError, ValueError, IOError, OSError, Exception], tags: [
    WriteIOEffect, ReadEnvEffect, ReadIOEffect, ReadDirEffect, RootEffect],
    forbids: [].}
Source   Edit