MCPcopy 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
175using TestSet = WriteOnlySet<TestObject, unsigned, 128>;

Callers 3

insertMethod · 0.45
replaceMethod · 0.45
copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected