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

Method cbegin

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

Source from the content-addressed store, hash-verified

64 iterator begin() const { return attributes_.begin(); }
65
66 const_iterator cbegin() const { return attributes_.cbegin(); }
67
68 iterator end() const { return attributes_.end(); }
69

Callers 5

FindByNameMethod · 0.45
FindByDisplayNameMethod · 0.45
cbeginFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36