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

Function absl_nullable GetMediumReferenceCount

common/internal/byte_string.h:417–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415 const MediumByteStringRep& rep);
416
417 const ReferenceCount* absl_nullable GetMediumReferenceCount() const {
418 ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kMedium);
419 return GetMediumReferenceCount(rep_.medium);
420 }
421
422 static const ReferenceCount* absl_nullable GetMediumReferenceCount(
423 const MediumByteStringRep& rep);

Callers

nothing calls this directly

Calls 1

GetKindFunction · 0.85

Tested by

no test coverage detected