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

Method addref

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

Source from the content-addressed store, hash-verified

247
248struct NotPredicate : IPredicate, ReferenceCounted<NotPredicate>, FastAllocated<NotPredicate> {
249 void addref() override { ReferenceCounted<NotPredicate>::addref(); }
250 void delref() override { ReferenceCounted<NotPredicate>::delref(); }
251
252 TypeCode getTypeCode() const override { return TypeCode::NOT; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected