Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ addref
Method
addref
fdbserver/TagPartitionedLogSystem.actor.cpp:158–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void TagPartitionedLogSystem::addref() {
159
ReferenceCounted<TagPartitionedLogSystem>::addref();
160
}
161
162
void TagPartitionedLogSystem::delref() {
163
ReferenceCounted<TagPartitionedLogSystem>::delref();
Callers
nothing calls this directly
Calls
1
addref
Function · 0.50
Tested by
no test coverage detected