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

Method operator==

src/ExtUtil.actor.cpp:271–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271bool Projection::Iterator::operator==(Projection::Iterator const& other) const {
272 return this->path == other.path && this->stack == other.stack;
273}
274
275Projection::Iterator Projection::begin() {
276 Reference<Projection> root = Reference<Projection>::addRef(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected