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

Method DebugString

common/values/parsed_json_list_value.cc:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55} // namespace common_internal
56
57std::string ParsedJsonListValue::DebugString() const {
58 if (value_ == nullptr) {
59 return "[]";
60 }
61 return internal::JsonListDebugString(*value_);
62}
63
64absl::Status ParsedJsonListValue::SerializeTo(
65 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,

Callers

nothing calls this directly

Calls 1

JsonListDebugStringFunction · 0.85

Tested by

no test coverage detected