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

Function cbegin

common/arena_string_view.h:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 const_iterator begin() const { return string_.begin(); }
128
129 const_iterator cbegin() const { return string_.cbegin(); }
130
131 const_iterator end() const { return string_.end(); }
132

Callers

nothing calls this directly

Calls 1

cbeginMethod · 0.45

Tested by

no test coverage detected