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

Function RegisterListSliceFunction

extensions/lists_functions.cc:527–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527absl::Status RegisterListSliceFunction(FunctionRegistry& registry) {
528 return TernaryFunctionAdapter<absl::StatusOr<Value>, const ListValue&,
529 int64_t,
530 int64_t>::RegisterMemberOverload("slice",
531 &ListSlice,
532 registry);
533}
534
535absl::Status RegisterListSortFunction(FunctionRegistry& registry) {
536 CEL_RETURN_IF_ERROR(

Callers 1

RegisterListsFunctionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected