MCPcopy 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

cleanupUnsafeMethod · 0.45
ThreadFutureMethod · 0.45
operator=Method · 0.45
onMainThreadFunction · 0.45
getMethod · 0.45
ThreadResultMethod · 0.45
operator=Method · 0.45

Calls 1

addrefFunction · 0.70

Tested by

no test coverage detected