Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ cend
Function
cend
common/arena_string_view.h:133–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
const_iterator end() const { return string_.end(); }
132
133
const_iterator cend() const { return string_.cend(); }
134
135
const_reverse_iterator rbegin() const { return string_.rbegin(); }
136
Callers
nothing calls this directly
Calls
1
cend
Method · 0.45
Tested by
no test coverage detected