Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ Store
Method
Store
internal/syncx/map.go:34–36 ·
view source on GitHub ↗
(key K, value V)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(m *Map[K, V]) Store(key K, value V) {
35
m.m.Store(key, value)
36
}
37
38
func
(m *Map[K, V]) Delete(key K) {
39
m.m.Delete(key)
Callers
15
Fetch
Method · 0.80
FetchBatch
Method · 0.80
TestReconnectToServerCallback
Function · 0.80
runTrustServer
Function · 0.80
testJetStream_ClusterMultipleFetchPullSubscribe
Function · 0.80
TestMapLoad
Function · 0.80
TestMapStore
Function · 0.80
TestMapDelete
Function · 0.80
TestMapRange
Function · 0.80
TestMapLoadAndDelete
Function · 0.80
TestMapCompareAndSwap
Function · 0.80
TestMapCompareAndDelete
Function · 0.80
Calls
no outgoing calls
Tested by
14
TestReconnectToServerCallback
Function · 0.64
runTrustServer
Function · 0.64
testJetStream_ClusterMultipleFetchPullSubscribe
Function · 0.64
TestMapLoad
Function · 0.64
TestMapStore
Function · 0.64
TestMapDelete
Function · 0.64
TestMapRange
Function · 0.64
TestMapLoadAndDelete
Function · 0.64
TestMapCompareAndSwap
Function · 0.64
TestMapCompareAndDelete
Function · 0.64
TestMapSwap
Function · 0.64
TestPullConsumer_checkPending
Function · 0.64