Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
func
(req *request) IncrRef() {
30
atomic.AddInt32(&req.ref, 1)
31
}
32
33
func
(req *request) DecrRef() {
34
nRef := atomic.AddInt32(&req.ref, -1)
Callers
1
sendToWriteCh
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected