src/necsus/compiletime/eventGen

Search:
Group by:

Lets

inboxGenerator {.compileTime.} = newGenerator("Inbox",
    {Standard, AfterActiveCheck}, generateInbox, noArchetype, chooseInboxName,
    defaultSystemReturn, inboxFields, inboxSystemArg, defaultNestedArgs)
outboxGenerator {.compileTime.} = newGenerator("Outbox", {Standard},
    generateOutbox, noArchetype, defaultName, defaultSystemReturn, outboxFields,
    defaultSystemArg, defaultNestedArgs)

Procs

proc initInbox(name, typ: NimNode): NimNode {....raises: [], tags: [], forbids: [].}
Creates the code for initializing an inbox