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

Function GetMediumOwner

common/internal/byte_string.h:425–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 const MediumByteStringRep& rep);
424
425 uintptr_t GetMediumOwner() const {
426 ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kMedium);
427 return rep_.medium.owner;
428 }
429
430 absl::Cord& GetLarge() ABSL_ATTRIBUTE_LIFETIME_BOUND {
431 ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kLarge);

Callers

nothing calls this directly

Calls 1

GetKindFunction · 0.85

Tested by

no test coverage detected