Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
const 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
FrameInfo
Method · 0.80
FrameIterator_GetFilePath
Function · 0.80
GetStackTrace
Method · 0.80
Calls
2
Done
Method · 0.95
c_str
Method · 0.45
Tested by
no test coverage detected