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

Method addref

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

Source from the content-addressed store, hash-verified

341// Distinct Predicate
342struct DistinctPredicate : IPredicate, ReferenceCounted<DistinctPredicate>, FastAllocated<DistinctPredicate> {
343 void addref() override { ReferenceCounted<DistinctPredicate>::addref(); }
344 void delref() override { ReferenceCounted<DistinctPredicate>::delref(); }
345
346 explicit DistinctPredicate(const std::string& fieldName);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected