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

Function fixedPointFormatError

ext/formatting.go:675–677  ·  view source on GitHub ↗
(id int64, badType string)

Source from the content-addressed store, hash-verified

673}
674
675func fixedPointFormatError(id int64, badType string) error {
676 return newFormatError(id, "fixed-point clause can only be used on doubles, was given %s", badType)
677}
678
679func hexFormatError(id int64, badType string) error {
680 return newFormatError(id, "only integers, byte buffers, and strings can be formatted as hex, was given %s", badType)

Callers 2

FixedMethod · 0.85
FixedMethod · 0.85

Calls 1

newFormatErrorFunction · 0.85

Tested by

no test coverage detected