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

Method optional

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

Source from the content-addressed store, hash-verified

609 ABSL_MUST_USE_RESULT Expr release_value();
610
611 ABSL_MUST_USE_RESULT bool optional() const { return optional_; }
612
613 void set_optional(bool optional) { optional_ = optional; }
614

Callers 15

CheckFieldAssignmentsMethod · 0.45
PostVisitMapMethod · 0.45
PostVisitListMethod · 0.45
CopyMethod · 0.45
BuildMacroCallArgMethod · 0.45
MakeOptionalIndicesSetFunction · 0.45
PreVisitCallMethod · 0.45
MakeOptionalIndicesSetFunction · 0.45
AppendListMethod · 0.45
AppendStructMethod · 0.45
AppendMapMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36