Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
bool StringValue::StartsWith(absl::string_view string) const {
181
return value_.StartsWith(string);
182
}
183
184
bool StringValue::StartsWith(const absl::Cord& string) const {
185
return value_.StartsWith(string);
Callers
3
IndexOf
Method · 0.45
LastIndexOf
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36