MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / FunctionName

Method FunctionName

core/logic/FrameIterator.cpp:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73const char *SafeFrameIterator::FunctionName() const
74{
75 if (this->Done())
76 {
77 return NULL;
78 }
79
80 return frames[current].FunctionName.c_str();
81}
82
83const char *SafeFrameIterator::FilePath() const
84{

Callers 3

FrameInfoMethod · 0.80
GetStackTraceMethod · 0.80

Calls 2

DoneMethod · 0.95
c_strMethod · 0.45

Tested by

no test coverage detected