MCPcopy 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
106private:
107 void onKeyAdded(const std::string& key, const std::string& value)

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected