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

Method IsObjectPredicate

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

Source from the content-addressed store, hash-verified

208 TypeCode getTypeCode() const override { return TypeCode::IS_OBJECT; }
209
210 IsObjectPredicate() = default;
211
212 Future<bool> evaluate(Reference<IReadContext> const& context) override;
213 std::string toString() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected