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

Method GetKind

common/internal/byte_string_test.cc:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36struct ByteStringTestFriend {
37 static ByteStringKind GetKind(const ByteString& byte_string) {
38 return byte_string.GetKind();
39 }
40};
41
42namespace {

Callers 13

ConcatMethod · 0.80
ConstructMethod · 0.80
CopyFromMethod · 0.80
MoveFromMethod · 0.80
SwapMethod · 0.80
LegacyByteStringFunction · 0.80
SubstringMethod · 0.80
LowerAsciiMethod · 0.80
UpperAsciiMethod · 0.80
TrimMethod · 0.80
ConstructMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected