MCPcopy Create free account
hub / github.com/eth-easl/dirigent / Lock

Method Lock

pkg/synchronization/control_plane_sync.go:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31type SyncStructure[K comparable, V any] interface {
32 Lock()
33 RLock()
34 Unlock()
35 RUnlock()

Callers 15

LockMethod · 0.65
AtomicSetMethod · 0.65
AtomicRemoveMethod · 0.65
GiveUpNetworkMethod · 0.65
populateMethod · 0.65
GetOneConfigMethod · 0.65
AssignRandomPortFunction · 0.65
UnassignPortFunction · 0.65
IntMethod · 0.65
AddChannelMethod · 0.65
RemoveChannelMethod · 0.65
AddEndpointsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected