MCPcopy Create free account
hub / github.com/colmap/colmap / Clear

Method Clear

src/colmap/util/cache.h:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251template <typename key_t, typename value_t>
252void LRUCache<key_t, value_t>::Clear() {
253 elems_list_.clear();
254 elems_map_.clear();
255}
256
257template <typename key_t, typename value_t>
258ThreadSafeLRUCache<key_t, value_t>::ThreadSafeLRUCache(

Callers 5

RunMethod · 0.45
RunMethod · 0.45
ClearCacheMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36