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

Function IsReferenceCount

common/memory.h:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 }
241
242 static constexpr bool IsReferenceCount(uintptr_t ptr) noexcept {
243 return (ptr & kReferenceCountBit) != kNone;
244 }
245
246 ABSL_ATTRIBUTE_RETURNS_NONNULL
247 static google::protobuf::Arena* absl_nonnull AsArena(uintptr_t ptr) noexcept {

Callers 6

AsReferenceCountFunction · 0.85
OwnFunction · 0.85
UnownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected