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

Method StartsWith

common/values/string_value.cc:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180bool StringValue::StartsWith(absl::string_view string) const {
181 return value_.StartsWith(string);
182}
183
184bool StringValue::StartsWith(const absl::Cord& string) const {
185 return value_.StartsWith(string);

Callers 3

IndexOfMethod · 0.45
LastIndexOfMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36