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

Method delref

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

Source from the content-addressed store, hash-verified

204struct IsObjectPredicate : IPredicate, ReferenceCounted<IsObjectPredicate>, FastAllocated<IsObjectPredicate> {
205 void addref() override { ReferenceCounted<IsObjectPredicate>::addref(); }
206 void delref() override { ReferenceCounted<IsObjectPredicate>::delref(); }
207
208 TypeCode getTypeCode() const override { return TypeCode::IS_OBJECT; }
209

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected