Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ has_accu_init
Method
has_accu_init
common/expr.h:764–766 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
762
}
763
764
ABSL_MUST_USE_RESULT bool has_accu_init() const {
765
return accu_init_ != nullptr;
766
}
767
768
ABSL_MUST_USE_RESULT const Expr& accu_init() const
769
ABSL_ATTRIBUTE_LIFETIME_BOUND;
Callers
6
PreVisitComprehension
Method · 0.80
TEST
Function · 0.80
CopyNode
Function · 0.80
Expand
Function · 0.80
ComprehensionExprToProto
Method · 0.80
ComprehensionExprFromProto
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64