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

Method UpdateAge

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

Source from the content-addressed store, hash-verified

35public:
36 void InsertKey(Key const & key) { m_keyAge.InsertKey(key); }
37 void UpdateAge(Key const & key) { m_keyAge.UpdateAge(key); }
38 Key const & GetLruKey() const { return m_keyAge.GetLruKey(); }
39 void RemoveLru() { m_keyAge.RemoveLru(); }
40 bool IsValid() const { return m_keyAge.IsValidForTesting(); }

Callers 1

UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected