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

Method size

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

Source from the content-addressed store, hash-verified

70 const_iterator cend() const { return attributes_.cend(); }
71
72 size_type size() const { return attributes_.size(); }
73
74 bool empty() const { return attributes_.empty(); }
75

Callers 4

IsMatchMethod · 0.45
operator==Method · 0.45
WriteFileFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected