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

Method FilePath

core/logic/FrameIterator.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83const char *SafeFrameIterator::FilePath() const
84{
85 if (this->Done())
86 {
87 return NULL;
88 }
89
90 return frames[current].FilePath.c_str();
91}

Callers 3

FrameInfoMethod · 0.80
GetStackTraceMethod · 0.80

Calls 2

DoneMethod · 0.95
c_strMethod · 0.45

Tested by

no test coverage detected