MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / resetStats

Method resetStats

engine/Poseidon/World/Model/ModelCache.hpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42 Stats getStats() const { return _stats; }
43 void resetStats() { _stats = Stats{0, 0, 0, 0, _cache.size()}; }
44
45private:
46 std::string normalizePath(const std::string& path) const;

Callers 1

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected