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

Method revision

src/host/ui/ipc_buffer_model.h:74–76  ·  view source on GitHub ↗

Monotonic counter bumped on every upsert/remove, for cheap model-wide change detection.

Source from the content-addressed store, hash-verified

72 // Monotonic counter bumped on every upsert/remove, for cheap
73 // model-wide change detection.
74 [[nodiscard]] std::uint64_t revision() const {
75 return revision_;
76 }
77
78 // Per-slot revision, bumped only when that slot's BufferRecord is
79 // replaced (insert or re-plot), so a consumer can tell a re-plot of

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64