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

Method Remove

pkg/synchronization/control_plane_sync.go:44–44  ·  view source on GitHub ↗

Not thread safe

(key K)

Source from the content-addressed store, hash-verified

42 Get(key K) (V, bool) // Not thread safe
43 GetNoCheck(key K) V // Not thread safe
44 Remove(key K) // Not thread safe
45 Present(key K) bool // Not thread safe
46
47 AtomicSet(key K, value V)

Callers 9

CreateFileIfNotExistFunction · 0.65
deleteLogsFunction · 0.65
DeleteContainerFunction · 0.65
AddEndpointsMethod · 0.65
RegisterDataplaneMethod · 0.65
DeregisterDataplaneMethod · 0.65
DeregisterNodeMethod · 0.65
DeregisterServiceMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected