Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ addref
Method
addref
flow/include/flow/ThreadHelper.actor.h:523–523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
521
}
522
523
void addref() override { ThreadSafeReferenceCounted<ThreadSingleAssignmentVar<T>>::addref(); }
524
525
void delref() override { ThreadSafeReferenceCounted<ThreadSingleAssignmentVar<T>>::delref(); }
526
Callers
7
cleanupUnsafe
Method · 0.45
ThreadFuture
Method · 0.45
operator=
Method · 0.45
onMainThread
Function · 0.45
get
Method · 0.45
ThreadResult
Method · 0.45
operator=
Method · 0.45
Calls
1
addref
Function · 0.70
Tested by
no test coverage detected