MCPcopy Create free account
hub / github.com/apple/foundationdb / addref

Function addref

fdbclient/NativeAPI.actor.cpp:506–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504
505template <>
506void addref(DatabaseContext* ptr) {
507 ptr->addref();
508}
509template <>
510void delref(DatabaseContext* ptr) {
511 ptr->delref();

Callers 15

DLDatabaseMethod · 0.70
addrefMethod · 0.70
addrefMethod · 0.70
addrefMethod · 0.70
addrefMethod · 0.70
addrefMethod · 0.50
addrefMethod · 0.50
addrefMethod · 0.50
addrefMethod · 0.50
addrefMethod · 0.50
addrefMethod · 0.50
addrefMethod · 0.50

Calls 1

addrefMethod · 0.45

Tested by

no test coverage detected