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

Method set_member

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

Source from the content-addressed store, hash-verified

190 ABSL_MUST_USE_RESULT bool member() const { return member_; }
191
192 void set_member(bool member) { member_ = member; }
193
194 absl::flat_hash_set<std::string> GetTypeParams() const;
195

Callers 5

TESTFunction · 0.80
MakeOverloadDeclFunction · 0.80
MakeMemberOverloadDeclFunction · 0.80
FunctionDeclFromProtoFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64