Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ Done
Method
Done
core/logic/FrameIterator.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
bool SafeFrameIterator::Done() const
48
{
49
return current >= frames.size();
50
}
51
52
bool SafeFrameIterator::Next()
53
{
Callers
7
Next
Method · 0.95
LineNumber
Method · 0.95
FunctionName
Method · 0.95
FilePath
Method · 0.95
SafeFrameIterator
Method · 0.80
ReportError
Method · 0.80
GetStackTrace
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected