Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
505
template <>
506
void addref(DatabaseContext* ptr) {
507
ptr->addref();
508
}
509
template <>
510
void delref(DatabaseContext* ptr) {
511
ptr->delref();
Callers
15
DLDatabase
Method · 0.70
addref
Method · 0.70
addref
Method · 0.70
addref
Method · 0.70
addref
Method · 0.70
addref
Method · 0.50
addref
Method · 0.50
addref
Method · 0.50
addref
Method · 0.50
addref
Method · 0.50
addref
Method · 0.50
addref
Method · 0.50
Calls
1
addref
Method · 0.45
Tested by
no test coverage detected