MCPcopy 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
246std::string Stringify(const Constant& constant) {
247 return absl::StrFormat("%v", constant);
248}
249
250TEST(Constant, HasAbslStringify) {
251 EXPECT_TRUE(absl::HasAbslStringify<Constant>::value);

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected