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

Function newFormatError

ext/formatting.go:700–705  ·  view source on GitHub ↗
(id int64, msg string, args ...any)

Source from the content-addressed store, hash-verified

698}
699
700func newFormatError(id int64, msg string, args ...any) error {
701 return formatError{
702 id: id,
703 msg: fmt.Sprintf(msg, args...),
704 }
705}
706
707// Error implements error.
708func (e formatError) Error() string {

Callers 14

binaryFormatErrorV2Function · 0.85
decimalFormatErrorV2Function · 0.85
fixedPointFormatErrorV2Function · 0.85
hexFormatErrorV2Function · 0.85
octalFormatErrorV2Function · 0.85
scientificFormatErrorV2Function · 0.85
stringFormatErrorV2Function · 0.85
binaryFormatErrorFunction · 0.85
decimalFormatErrorFunction · 0.85
fixedPointFormatErrorFunction · 0.85
hexFormatErrorFunction · 0.85
octalFormatErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected