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

Method Unparse

tools/cel_unparser.cc:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83class Unparser {
84 public:
85 static absl::StatusOr<std::string> Unparse(const Expr& expr,
86 const SourceInfo& source_info) {
87 Unparser unparser(expr, source_info);
88 return unparser.DoUnparse();
89 }
90
91 private:
92 const Expr& expr_;

Callers

nothing calls this directly

Calls 1

DoUnparseMethod · 0.80

Tested by

no test coverage detected