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

Function GetKind

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

Source from the content-addressed store, hash-verified

377 ByteString(ExternalStringTag, absl::string_view string);
378
379 constexpr ByteStringKind GetKind() const { return rep_.header.kind; }
380
381 absl::string_view GetSmall() const {
382 ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kSmall);

Callers 15

VisitFunction · 0.85
GetSmallFunction · 0.85
GetMediumFunction · 0.85
GetMediumOwnerFunction · 0.85
byte_string.hFile · 0.85
DestroyMediumFunction · 0.85
DestroyLargeFunction · 0.85
GetArenaMethod · 0.85
emptyMethod · 0.85

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.68
TESTFunction · 0.68