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

Function IsNone

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

Source from the content-addressed store, hash-verified

234 constexpr explicit Owner(uintptr_t ptr) noexcept : ptr_(ptr) {}
235
236 static constexpr bool IsNone(uintptr_t ptr) noexcept { return ptr == kNone; }
237
238 static constexpr bool IsArena(uintptr_t ptr) noexcept {
239 return (ptr & kArenaBit) != kNone;

Callers 2

memory.hFile · 0.85
BorrowerClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected