MCPcopy 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
1021func (c *counter) store(n uint32) { atomic.StoreUint32(&c.value, n) }
1022
1023func (c *counter) load() uint32 { return atomic.LoadUint32(&c.value) }
1024

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected