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

Function fixedPointFormatErrorV2

ext/formatting_v2.go:615–617  ·  view source on GitHub ↗
(id int64, badType string)

Source from the content-addressed store, hash-verified

613}
614
615func fixedPointFormatErrorV2(id int64, badType string) error {
616 return newFormatError(id, "fixed-point clause can only be used on ints, uints, and doubles, was given %s", badType)
617}
618
619func hexFormatErrorV2(id int64, badType string) error {
620 return newFormatError(id, "only ints, uints, bytes, 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