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

Class Entry

src/host/ui/stage_manager.h:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 // so sync() can tell an untouched buffer from a re-plotted one without
72 // diffing bytes.
73 struct Entry {
74 std::unique_ptr<oid::Stage> stage;
75 std::uint64_t revision;
76 };
77
78 // Reconciles by_name_ against the model's current contents: creates a
79 // Stage for a name not yet present, calls Stage::buffer_update() for a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected