MCPcopy Create free account
hub / github.com/dadgar/onecache / IsReplicating

Method IsReplicating

onecache/replicator.go:32–32  ·  view source on GitHub ↗

IsReplicating returns whether the passed key is being replicated.

(key string)

Source from the content-addressed store, hash-verified

30
31 // IsReplicating returns whether the passed key is being replicated.
32 IsReplicating(key string) bool
33}
34
35// noOpReplicator is to be used when the node is running singularly and is not part of a cluster.

Callers 1

getGCKeysMethod · 0.65

Implementers 3

noOpReplicatoronecache/replicator.go
replicatoronecache/replicator.go
mockReplicatoronecache/replicator_test.go

Calls

no outgoing calls

Tested by

no test coverage detected