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

Method SetProgressStatusError

eval/compiler/flat_expr_builder.cc:1730–1734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1728 }
1729
1730 void SetProgressStatusError(const absl::Status& status) {
1731 if (progress_status_.ok() && !status.ok()) {
1732 progress_status_ = status;
1733 }
1734 }
1735
1736 // Index of the next step to be inserted, in terms of the current
1737 // subexpression

Callers 3

PostVisitMethod · 0.80
PostVisitArgMethod · 0.80
PostVisitArgDefaultMethod · 0.80

Calls 1

okMethod · 0.45

Tested by

no test coverage detected