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

Method toString

src/QLPredicate.h:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146 Future<bool> evaluate(Reference<IReadContext> const& context) override { return false; }
147 std::string toString() override { return "NONE()"; }
148
149 Reference<IPredicate> simplify_not() override;
150 void simplify_and(SimplifyAndContext& cx) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected