Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dadgar/onecache
/ remove
Method
remove
onecache/ring.go:16–16 ·
view source on GitHub ↗
remove a peer from the ring.
(node string)
Source
from the content-addressed store, hash-verified
14
15
// remove a peer from the ring.
16
remove(node string)
17
18
// replicaPeers returns the peers of a node.
19
replicaPeers(node string) []string
Callers
3
memberStateUpdate
Method · 0.65
MarkPeersDirty
Method · 0.65
getOwner
Function · 0.65
Implementers
2
consistentRing
onecache/ring.go
mockRing
onecache/ring_test.go
Calls
no outgoing calls
Tested by
1
getOwner
Function · 0.52