Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
304
class FastKey : public FastAllocated<FastKey>, public ReferenceCounted<FastKey> {
305
public:
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
memcpy
Function · 0.85
Tested by
no test coverage detected