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

Method Split

common/values/string_value.cc:1274–1280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272}
1273
1274absl::StatusOr<Value> StringValue::Split(
1275 const StringValue& delimiter, int64_t limit,
1276 google::protobuf::Arena* absl_nonnull arena) const {
1277 Value result;
1278 CEL_RETURN_IF_ERROR(Split(delimiter, limit, arena, &result));
1279 return result;
1280}
1281
1282absl::Status StringValue::Split(const StringValue& delimiter,
1283 google::protobuf::Arena* absl_nonnull arena,

Callers 2

Split3Function · 0.80
Split2Function · 0.80

Calls 12

UnsafeAddMethod · 0.80
ListValueClass · 0.70
StringValueClass · 0.70
Utf8DecodeFunction · 0.50
sizeMethod · 0.45
IsEmptyMethod · 0.45
VisitMethod · 0.45
FindMethod · 0.45
emptyMethod · 0.45
ReserveMethod · 0.45
SubstringMethod · 0.45
BuildMethod · 0.45

Tested by

no test coverage detected