Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FunctionConfigToFunctionDecl
Function · 0.80
TEST
Function · 0.80
MakeOverloadDecl
Function · 0.80
MakeMemberOverloadDecl
Function · 0.80
FunctionDeclFromProto
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64