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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected