MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ScheduledCall

Method ScheduledCall

CobaltFusion/Executor.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86ScheduledCall::ScheduledCall() :
87 pExec(nullptr), id(0)
88{
89}
90
91ScheduledCall::ScheduledCall(ExecutorBase& exec, unsigned id) :
92 pExec(&exec), id(id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected