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

Method empty

base/attribute_set.h:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 size_type size() const { return attributes_.size(); }
73
74 bool empty() const { return attributes_.empty(); }
75
76 bool operator==(const AttributeSet& other) const {
77 return this == &other || attributes_ == other.attributes_;

Callers 7

has_variable_nameMethod · 0.45
AsStringMethod · 0.45
FindByNameMethod · 0.45
FindByDisplayNameMethod · 0.45
ReadFileFunction · 0.45
WriteFileFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected