Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationDB/fdb-document-layer
/ ~ITDoc
Method
~ITDoc
src/QLContext.actor.cpp:108–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
explicit ITDoc(Reference<ITDoc> next) : next(next) {}
107
ITDoc() : next(nullptr) {}
108
~ITDoc() = default;
109
};
110
111
static string getFDBKey(DataKey const& key) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected