Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ContentSquare/chproxy
/ store
Method
store
scope.go:1021–1021 ·
view source on GitHub ↗
(n uint32)
Source
from the content-addressed store, hash-verified
1019
}
1020
1021
func
(c *counter) store(n uint32) { atomic.StoreUint32(&c.value, n) }
1022
1023
func
(c *counter) load() uint32 {
return
atomic.LoadUint32(&c.value) }
1024
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected