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

Function absl_nullable GetMediumArena

common/internal/byte_string.h:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 }
408
409 google::protobuf::Arena* absl_nullable GetMediumArena() const {
410 ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kMedium);
411 return GetMediumArena(rep_.medium);
412 }
413
414 static google::protobuf::Arena* absl_nullable GetMediumArena(
415 const MediumByteStringRep& rep);

Callers

nothing calls this directly

Calls 1

GetKindFunction · 0.85

Tested by

no test coverage detected