MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / ITDoc

Method ITDoc

src/QLContext.actor.cpp:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104protected:
105 Reference<ITDoc> next;
106 explicit ITDoc(Reference<ITDoc> next) : next(next) {}
107 ITDoc() : next(nullptr) {}
108 ~ITDoc() = default;
109};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected