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

Method set_optional

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

Source from the content-addressed store, hash-verified

611 ABSL_MUST_USE_RESULT bool optional() const { return optional_; }
612
613 void set_optional(bool optional) { optional_ = optional; }
614
615 friend void swap(MapExprEntry& lhs, MapExprEntry& rhs) noexcept;
616

Callers 13

BuildMacroCallArgMethod · 0.45
TESTFunction · 0.45
NewListElementMethod · 0.45
NewStructFieldMethod · 0.45
NewMapEntryMethod · 0.45
MakeListExprElementFunction · 0.45
MakeStructExprFieldFunction · 0.45
MakeMapExprEntryFunction · 0.45
TESTFunction · 0.45
CopyNodeFunction · 0.45
ListExprFromProtoMethod · 0.45
StructExprFromProtoMethod · 0.45

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.36
MakeListExprElementFunction · 0.36
MakeStructExprFieldFunction · 0.36
MakeMapExprEntryFunction · 0.36
TESTFunction · 0.36