MCPcopy Create free account
hub / github.com/Norbyte/ositools / PushFrame

Method PushFrame

OsiInterface/Debugger.cpp:881–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

879 }
880
881 void Debugger::PushFrame(CallStackFrame const & frame)
882 {
883 callStack_.push_back(frame);
884 }
885
886 void Debugger::PopFrame(CallStackFrame const & frame)
887 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected