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

Method DebugString

common/values/parsed_map_field_value.cc:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46using ::cel::well_known_types::ValueReflection;
47
48std::string ParsedMapFieldValue::DebugString() const {
49 if (ABSL_PREDICT_FALSE(field_ == nullptr)) {
50 return "INVALID";
51 }
52 return "VALID";
53}
54
55absl::Status ParsedMapFieldValue::SerializeTo(
56 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,

Callers 1

GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected