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

Method DebugString

common/values/parsed_json_map_value.cc:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58} // namespace common_internal
59
60std::string ParsedJsonMapValue::DebugString() const {
61 if (value_ == nullptr) {
62 return "{}";
63 }
64 return internal::JsonMapDebugString(*value_);
65}
66
67absl::Status ParsedJsonMapValue::SerializeTo(
68 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,

Callers 1

GetMethod · 0.45

Calls 1

JsonMapDebugStringFunction · 0.85

Tested by

no test coverage detected