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

Method Entry

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

Source from the content-addressed store, hash-verified

117 protected:
118 struct Entry {
119 Entry() : future(promise.get_future()) {}
120 std::promise<std::shared_ptr<value_t>> promise;
121 std::shared_future<std::shared_ptr<value_t>> future;
122 bool is_loading = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected