Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ GetBack
Method
GetBack
Source/Utility/Profiler.cpp:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
66
CProfileItem * GetBack() const { return mItems.empty() ? NULL : mItems.back(); }
67
u32 GetDepth() const { return mItems.size(); }
68
bool Empty() const { return mItems.empty(); }
69
void Clear() { return mItems.clear(); }
Callers
1
Update
Method · 0.80
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected