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

Interface Store

ops/store.go:24–45  ·  view source on GitHub ↗

Store is the interface to talk to a Op store. An Op store is an append-only store which guarantees unique order of operations. It does not make any guarantees on the specific order beyond the requirement that all operations provided to a single Append call will always be together in that order and

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 24

UpdateMethod · 0.65
UpdateMethod · 0.65
SpliceMethod · 0.65
MoveMethod · 0.65
TestTransformerBasicFunction · 0.65
TestTransformerBranchedFunction · 0.65
mainFunction · 0.95
TestTransformerBasicFunction · 0.65
TestTransformerBranchedFunction · 0.65

Implementers 10

pollerops/poller.go
fakeStoreops/poller_test.go
storeops/pg/pg.go
unreliableops/sync/reliable_test.go
reliableops/sync/reliable.go
fakeStoreops/sync/sync_test.go
storeops/bolt/bolt.go
fakeStoreops/nw/nw_test.go
Clientops/nw/clientjs.go
memtest/testops/store.go

Calls

no outgoing calls

Tested by

no test coverage detected