MCPcopy 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
158void TagPartitionedLogSystem::addref() {
159 ReferenceCounted<TagPartitionedLogSystem>::addref();
160}
161
162void TagPartitionedLogSystem::delref() {
163 ReferenceCounted<TagPartitionedLogSystem>::delref();

Callers

nothing calls this directly

Calls 1

addrefFunction · 0.50

Tested by

no test coverage detected