Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ resetEventCounters
Method
resetEventCounters
test/EntityInspector.cpp:99–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void resetEventCounters()
100
{
101
_additions = 0;
102
_removals = 0;
103
_changes = 0;
104
}
105
106
private:
107
void onKeyAdded(const std::string& key, const std::string& value)
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected