MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / IncrRef

Method IncrRef

value.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (req *request) IncrRef() {
30 atomic.AddInt32(&req.ref, 1)
31}
32
33func (req *request) DecrRef() {
34 nRef := atomic.AddInt32(&req.ref, -1)

Callers 1

sendToWriteChMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected