Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Stringify
Function
Stringify
common/constant_test.cc:246–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
std::string Stringify(const Constant& constant) {
247
return absl::StrFormat(
"%v"
, constant);
248
}
249
250
TEST(Constant, HasAbslStringify) {
251
EXPECT_TRUE(absl::HasAbslStringify<Constant>::value);
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected