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

Method GetCallId

CobaltFusion/Executor.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31unsigned ExecutorBase::GetCallId()
32{
33 static std::atomic<unsigned> id(0);
34 return ++id;
35}
36
37bool TimedCalls::IsEmpty() const
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected