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

Method GetId

CobaltFusion/Executor.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21unsigned ExecutorBase::GetId(const ScheduledCall& call) const
22{
23 return call.GetId();
24}
25
26ScheduledCall ExecutorBase::MakeScheduledCall(unsigned id)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected