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

Function octalFormatErrorV2

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

Source from the content-addressed store, hash-verified

621}
622
623func octalFormatErrorV2(id int64, badType string) error {
624 return newFormatError(id, "octal clause can only be used on ints and uints, was given %s", badType)
625}
626
627func scientificFormatErrorV2(id int64, badType string) error {
628 return newFormatError(id, "scientific clause can only be used on ints, uints, and doubles, was given %s", badType)

Callers 2

OctalMethod · 0.85
OctalMethod · 0.85

Calls 1

newFormatErrorFunction · 0.85

Tested by

no test coverage detected