Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ GetSmallString
Function
GetSmallString
common/internal/byte_string_test.cc:91–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
std::string GetSmallString() { return std::string(GetSmallStringView()); }
92
93
absl::Cord GetSmallCord() {
94
static const absl::NoDestructor<absl::Cord> small(GetSmallStringView());
Callers
1
TEST_P
Function · 0.85
Calls
1
GetSmallStringView
Function · 0.85
Tested by
no test coverage detected