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

Method addref

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

Source from the content-addressed store, hash-verified

152
153struct AndPredicate : IPredicate, ReferenceCounted<AndPredicate>, FastAllocated<AndPredicate> {
154 void addref() override { ReferenceCounted<AndPredicate>::addref(); }
155 void delref() override { ReferenceCounted<AndPredicate>::delref(); }
156
157 TypeCode getTypeCode() const override { return TypeCode::AND; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected