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

Function Substring2

extensions/strings.cc:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140Value Substring2(const StringValue& string, int64_t start) {
141 return string.Substring(start);
142}
143
144Value Substring3(const StringValue& string, int64_t start, int64_t end) {
145 return string.Substring(start, end);

Callers

nothing calls this directly

Calls 1

SubstringMethod · 0.45

Tested by

no test coverage detected