Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ mutable_attribute
Method
mutable_attribute
eval/eval/comprehension_slots.h:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
AttributeTrail* absl_nonnull mutable_attribute()
59
ABSL_ATTRIBUTE_LIFETIME_BOUND {
60
ABSL_DCHECK(Has());
61
62
return &attribute_;
63
}
64
65
bool Has() const { return has_; }
66
Callers
4
Evaluate1Unknown
Method · 0.80
Evaluate1Known
Method · 0.80
Evaluate2
Method · 0.80
Evaluate1
Method · 0.80
Calls
1
Has
Function · 0.50
Tested by
no test coverage detected