Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsValid
Method
IsValid
libs/base/base_tests/lru_cache_tests.cpp:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
bool IsValid() const { return m_cache.IsValidForTesting(); }
26
27
private:
28
LruCache<Key, Value> m_cache;
Callers
2
TestAge
Function · 0.45
UNIT_TEST
Function · 0.45
Calls
1
IsValidForTesting
Method · 0.45
Tested by
no test coverage detected