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

Function GetMedium

common/internal/byte_string.h:390–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388 }
389
390 absl::string_view GetMedium() const {
391 ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kMedium);
392 return GetMedium(rep_.medium);
393 }
394
395 static absl::string_view GetMedium(const MediumByteStringRep& rep) {
396 return absl::string_view(rep.data, rep.size);

Callers 15

VisitFunction · 0.85
FlattenMethod · 0.85
TryFlatMethod · 0.85
RemovePrefixMethod · 0.85
RemoveSuffixMethod · 0.85
CopyToArrayMethod · 0.85
ToStringMethod · 0.85
CopyToStringMethod · 0.85
AppendToStringMethod · 0.85
ToCordMethod · 0.85
CopyToCordMethod · 0.85
AppendToCordMethod · 0.85

Calls 1

GetKindFunction · 0.85

Tested by

no test coverage detected