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

Method AtomicSet

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

Not thread safe

(key K, value V)

Source from the content-addressed store, hash-verified

45 Present(key K) bool // Not thread safe
46
47 AtomicSet(key K, value V)
48 AtomicGet(key K) (V, bool)
49 AtomicGetNoCheck(key K) V
50 AtomicRemove(key K)

Callers 2

doUpscalingMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected