MCPcopy Create free account
hub / github.com/cel-expr/cel-go / overlappingMacroError

Function overlappingMacroError

checker/env.go:357–360  ·  view source on GitHub ↗
(name string, argCount int)

Source from the content-addressed store, hash-verified

355}
356
357func overlappingMacroError(name string, argCount int) errorMsg {
358 return errorMsg(fmt.Sprintf(
359 "overlapping macro for name '%s' with %d args", name, argCount))
360}
361
362func formatError(errMsgs []errorMsg) error {
363 errStrs := make([]string, 0)

Callers 1

setFunctionMethod · 0.85

Calls 1

errorMsgTypeAlias · 0.85

Tested by

no test coverage detected