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

Method MaxNumBytes

src/colmap/util/cache.h:357–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355
356template <typename key_t, typename value_t>
357size_t MemoryConstrainedLRUCache<key_t, value_t>::MaxNumBytes() const {
358 return max_num_bytes_;
359}
360
361template <typename key_t, typename value_t>
362bool MemoryConstrainedLRUCache<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