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

Method begin

src/ExtUtil.actor.cpp:275–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275Projection::Iterator Projection::begin() {
276 Reference<Projection> root = Reference<Projection>::addRef(this);
277
278 Projection::Iterator itr;
279 itr.stack.emplace_back(root);
280
281 return ++itr;
282}
283
284Projection::Iterator const Projection::end() {
285 return Projection::Iterator::end;

Callers 15

valueQueryToPredicatesFunction · 0.80
queryToPredicateFunction · 0.80
Future<Void> runCommandFunction · 0.80
replacementActorMethod · 0.80
calculateRangeMethod · 0.80
evaluateMethod · 0.80
pruneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected