MCPcopy Create free account
hub / github.com/VerySleepy/verysleepy / includeCallstack

Method includeCallstack

src/wxProfilerGUI/database.cpp:392–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392bool Database::includeCallstack(const CallStack &callstack) const
393{
394 if (currentRoot)
395 return std::find(callstack.symbols.begin(), callstack.symbols.end(), currentRoot) != callstack.symbols.end();
396 return true;
397}
398
399void Database::scanMainList()
400{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected