MCPcopy 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

Evaluate1UnknownMethod · 0.80
Evaluate1KnownMethod · 0.80
Evaluate2Method · 0.80
Evaluate1Method · 0.80

Calls 1

HasFunction · 0.50

Tested by

no test coverage detected