vtables

Search:
Group by:
Source   Edit  

Procs

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