MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / getEventCounter

Method getEventCounter

test/EntityInspector.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 std::size_t getEventCounter() const
80 {
81 return _additions + _removals + _changes;
82 }
83
84 std::size_t getNumAdditions() const
85 {

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected