MCPcopy Create free account
hub / github.com/dotchain/dot / Container

Struct Container

changes/crdt/container.go:18–22  ·  view source on GitHub ↗

Container holds a single CRDT value. This is implemented as a map of unique rank to values. Every update creates a new entry in this map. Undo of an update causes the undo count for that rank to be incremented (and undo of the undo causes the count to be decremented). Tho whole container itself c

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected