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

Function begin

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

Source from the content-addressed store, hash-verified

125 }
126
127 const_iterator begin() const { return string_.begin(); }
128
129 const_iterator cbegin() const { return string_.cbegin(); }
130

Callers 2

TypeParametersClass · 0.85
arena_string.hFile · 0.85

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected