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

Method has_result

common/expr.h:809–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807 ABSL_MUST_USE_RESULT std::unique_ptr<Expr> release_loop_step();
808
809 ABSL_MUST_USE_RESULT bool has_result() const { return result_ != nullptr; }
810
811 ABSL_MUST_USE_RESULT const Expr& result() const ABSL_ATTRIBUTE_LIFETIME_BOUND;
812

Callers 8

IsOptimizableMapInsertFunction · 0.80
PreVisitComprehensionMethod · 0.80
TESTFunction · 0.80
CopyNodeFunction · 0.80
ExpandFunction · 0.80
ABSL_FLAGFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64