Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ Clear
Method
Clear
src/Nazara/Utility/AlgorithmUtility.cpp:249–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
void Clear()
250
{
251
for (int i=0; i<40; i++)
252
m_cache[i] = -1;
253
254
m_misses = 0;
255
}
256
257
int GetMissCount() const
258
{
Callers
1
Init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected