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

Function decimalFormatErrorV2

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

Source from the content-addressed store, hash-verified

609}
610
611func decimalFormatErrorV2(id int64, badType string) error {
612 return newFormatError(id, "decimal clause can only be used on ints, uints, and doubles, was given %s", badType)
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)

Callers 2

DecimalMethod · 0.85
DecimalMethod · 0.85

Calls 1

newFormatErrorFunction · 0.85

Tested by

no test coverage detected