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

Method member

common/decl.h:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 void set_result(Type result) { mutable_result() = std::move(result); }
189
190 ABSL_MUST_USE_RESULT bool member() const { return member_; }
191
192 void set_member(bool member) { member_ = member; }
193

Callers 14

CheckStdMacroOverlapFunction · 0.80
ResolveOverloadMethod · 0.80
visitMemberExprMethod · 0.80
UnnestContextMethod · 0.80
visitLogicalNotMethod · 0.80
visitNegateMethod · 0.80
visitSelectMethod · 0.80
visitMemberCallMethod · 0.80
visitIndexMethod · 0.80
TESTFunction · 0.80
operator==Function · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64