MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / qualifier_path

Method qualifier_path

base/attribute.h:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 bool has_variable_name() const { return !impl_->variable_name.empty(); }
191
192 absl::Span<const AttributeQualifier> qualifier_path() const {
193 return impl_->qualifier_path;
194 }
195
196 bool operator==(const Attribute& other) const;
197

Callers 10

TESTFunction · 0.45
TEST_PFunction · 0.45
StepMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
IsMatchMethod · 0.45
operator==Method · 0.45
operator<Method · 0.45
GetAttributeTrailMethod · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TEST_PFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36