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

Method DebugString

common/values/string_value.cc:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78std::string StringValue::DebugString() const {
79 return StringDebugString(*this);
80}
81
82absl::Status StringValue::SerializeTo(
83 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,

Callers

nothing calls this directly

Calls 1

StringDebugStringFunction · 0.85

Tested by

no test coverage detected