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

Method DebugString

common/legacy_value.cc:397–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395namespace common_internal {
396
397std::string LegacyListValue::DebugString() const {
398 return CelValue::CreateList(impl_).DebugString();
399}
400
401// See `ValueInterface::SerializeTo`.
402absl::Status LegacyListValue::SerializeTo(

Callers 5

LegacyTrivialStructValueFunction · 0.45
LegacyTrivialListValueFunction · 0.45
LegacyTrivialMapValueFunction · 0.45
UnsafeLegacyValueFunction · 0.45
GetMethod · 0.45

Calls 4

AsMessageWrapperFunction · 0.85
legacy_type_infoMethod · 0.80
CreateListFunction · 0.50
CreateMapFunction · 0.50

Tested by

no test coverage detected