Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CheckStdMacroOverlap
Function · 0.80
ResolveFunctionCallShape
Method · 0.80
ResolveOverload
Method · 0.80
visitMemberExpr
Method · 0.80
UnnestContext
Method · 0.80
visitLogicalNot
Method · 0.80
visitNegate
Method · 0.80
visitSelect
Method · 0.80
visitMemberCall
Method · 0.80
visitIndex
Method · 0.80
TEST
Function · 0.80
operator==
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64