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

Method arena

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

Source from the content-addressed store, hash-verified

1147 }
1148
1149 google::protobuf::Arena* absl_nullable arena() const noexcept {
1150 return borrower_.arena();
1151 }
1152
1153 explicit operator bool() const noexcept { return get() != nullptr; }
1154

Callers

nothing calls this directly

Calls 1

arenaMethod · 0.45

Tested by

no test coverage detected