Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
struct ByteStringTestFriend {
37
static ByteStringKind GetKind(const ByteString& byte_string) {
38
return byte_string.GetKind();
39
}
40
};
41
42
namespace {
Callers
13
trivially_destructible
Method · 0.80
Concat
Method · 0.80
Construct
Method · 0.80
CopyFrom
Method · 0.80
MoveFrom
Method · 0.80
Swap
Method · 0.80
LegacyByteString
Function · 0.80
Substring
Method · 0.80
LowerAscii
Method · 0.80
UpperAscii
Method · 0.80
Trim
Method · 0.80
Construct
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected