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

Method size

fdbrpc/dsltest.actor.cpp:312–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311 ~FastKey() { fastKeyCount++; }
312 int size() const { return length; }
313 uint8_t* begin() { return data; }
314 uint8_t* end() { return data + length; }
315 const uint8_t* begin() const { return data; }

Callers 7

testFuzzActorFunction · 0.45
fastAllocTestFunction · 0.45
threadSafetySenderFunction · 0.45
threadSafetyTestFunction · 0.45
threadSafetyTest2Function · 0.45
returnCancelRaceTestFunction · 0.45
showArenaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected