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

Method MaxNumElems

src/colmap/util/cache.h:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201template <typename key_t, typename value_t>
202size_t LRUCache<key_t, value_t>::MaxNumElems() const {
203 return max_num_elems_;
204}
205
206template <typename key_t, typename value_t>
207bool LRUCache<key_t, value_t>::Exists(const key_t& key) const {

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64