Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Substring3
Function
Substring3
extensions/strings.cc:144–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
Value Substring3(const StringValue& string, int64_t start, int64_t end) {
145
return string.Substring(start, end);
146
}
147
148
StringValue Trim(const StringValue& string) { return string.Trim(); }
149
Callers
nothing calls this directly
Calls
1
Substring
Method · 0.45
Tested by
no test coverage detected