MCPcopy Create free account
hub / github.com/comaps/comaps / IsValid

Method IsValid

libs/base/base_tests/lru_cache_tests.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 Key const & GetLruKey() const { return m_keyAge.GetLruKey(); }
39 void RemoveLru() { m_keyAge.RemoveLru(); }
40 bool IsValid() const { return m_keyAge.IsValidForTesting(); }
41
42 size_t GetAge() const { return m_keyAge.m_age; }
43 std::map<size_t, Key> const & GetAgeToKey() const { return m_keyAge.m_ageToKey; }

Callers

nothing calls this directly

Calls 1

IsValidForTestingMethod · 0.45

Tested by

no test coverage detected