Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
private:
46
std::string normalizePath(const std::string& path) const;
Callers
1
test_model_cache.cpp
File · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected