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

Method UnboundQueryContext

src/QLContext.h:329–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327
328struct UnboundQueryContext : ReferenceCounted<UnboundQueryContext>, FastAllocated<UnboundQueryContext> {
329 UnboundQueryContext() = default;
330 explicit UnboundQueryContext(DataKey prefix) : prefix(prefix) {}
331 UnboundQueryContext(UnboundQueryContext const& other, StringRef sub) : prefix(other.prefix) { prefix.append(sub); }
332

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected