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

Method DebugString

common/value.cc:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128std::string Value::DebugString() const {
129 return variant_.Visit([](const auto& alternative) -> std::string {
130 return alternative.DebugString();
131 });
132}
133
134absl::Status Value::SerializeTo(
135 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,

Callers

nothing calls this directly

Calls 1

VisitMethod · 0.45

Tested by

no test coverage detected