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

Method FastKey

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

Source from the content-addressed store, hash-verified

304class FastKey : public FastAllocated<FastKey>, public ReferenceCounted<FastKey> {
305public:
306 FastKey() : length(0) {}
307 FastKey(char* b, int length) : length(length) {
308 ASSERT(length <= sizeof(data));
309 memcpy(data, b, length);

Callers

nothing calls this directly

Calls 1

memcpyFunction · 0.85

Tested by

no test coverage detected