Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ addref
Method
addref
flow/WriteOnlySet.actor.cpp:172–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
}
172
void addref() const { ++_refCount; }
173
};
174
175
using TestSet = WriteOnlySet<TestObject, unsigned, 128>;
Callers
3
insert
Method · 0.45
replace
Method · 0.45
copy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected