MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Finalize

Method Finalize

common/internal/reference_count.h:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159class ReferenceCounted : public ReferenceCount {
160 private:
161 void Finalize() noexcept override {}
162
163 void Delete() noexcept override { delete this; }
164};

Callers 1

StrongUnrefFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected