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

Method addref

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

Source from the content-addressed store, hash-verified

290
291struct ArraySizePredicate : IPredicate, ReferenceCounted<ArraySizePredicate>, FastAllocated<ArraySizePredicate> {
292 void addref() override { ReferenceCounted<ArraySizePredicate>::addref(); }
293 void delref() override { ReferenceCounted<ArraySizePredicate>::delref(); }
294
295 TypeCode getTypeCode() const override { return TypeCode::ARRAY_SIZE; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected