MCPcopy 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
27private:
28 LruCache<Key, Value> m_cache;

Callers 2

TestAgeFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 1

IsValidForTestingMethod · 0.45

Tested by

no test coverage detected