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

Method DoUnparse

tools/cel_unparser.cc:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 : expr_(expr), source_info_(source_info) {}
98
99 absl::StatusOr<std::string> DoUnparse() {
100 CEL_RETURN_IF_ERROR(Visit(expr_));
101 absl::StripAsciiWhitespace(&output_);
102 return std::move(output_);
103 }
104
105 absl::Status Visit(const Expr& expr);
106

Callers 1

UnparseMethod · 0.80

Calls 1

VisitFunction · 0.50

Tested by

no test coverage detected