Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
315
class 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
Borrower
Class · 0.85
Tested by
no test coverage detected