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

Method DebugString

eval/public/cel_value.cc:232–236  ·  view source on GitHub ↗

Returns debug string describing a value

Source from the content-addressed store, hash-verified

230
231// Returns debug string describing a value
232const std::string CelValue::DebugString() const {
233 google::protobuf::Arena arena;
234 return absl::StrCat(CelValue::TypeName(type()), ": ",
235 InternalVisit<std::string>(DebugStringVisitor{&arena}));
236}
237
238namespace {
239

Callers 15

TESTFunction · 0.45
ExpectResultFunction · 0.45
operator()Method · 0.45
TESTFunction · 0.45
TestComparisonMethod · 0.45
TestInListMethod · 0.45
TestInMapMethod · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
ExpectResultFunction · 0.36
TESTFunction · 0.36
TestComparisonMethod · 0.36
TestInListMethod · 0.36
TestInMapMethod · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36