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

Class Entry

src/host/ui/thumbnail_cache.h:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101 private:
102 struct Entry {
103 std::uint64_t revision;
104 GLuint tex;
105 bool failed;
106 };
107
108 GlfwCanvas& canvas_;
109 std::unordered_map<std::string, Entry> entries_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected