MCPcopy Create free account
hub / github.com/doitsujin/atelier-sync-fix / Entry

Class Entry

util.h:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232private:
233
234 struct Entry {
235 std::atomic<uintptr_t> key = { 0ull };
236 T data;
237 };
238
239 std::array<Entry, 7> m_cache;
240

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected