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

Method None

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

Source from the content-addressed store, hash-verified

315class Borrower final {
316 public:
317 static Borrower None() noexcept { return Borrower(); }
318
319 static Borrower Allocator(Allocator<> allocator) noexcept {
320 auto* arena = allocator.arena();

Callers

nothing calls this directly

Calls 1

BorrowerClass · 0.85

Tested by

no test coverage detected