Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
class ReferenceCounted : public ReferenceCount {
160
private:
161
void Finalize() noexcept override {}
162
163
void Delete() noexcept override { delete this; }
164
};
Callers
1
StrongUnref
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected