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

Method Hex

ext/formatting.go:764–764  ·  view source on GitHub ↗

Hex takes a boolean that, if true, indicates the hex string output by the returned closure should use uppercase letters for A-F.

(bool)

Source from the content-addressed store, hash-verified

762 // Hex takes a boolean that, if true, indicates the hex string output by the returned
763 // closure should use uppercase letters for A-F.
764 Hex(bool) func(ref.Val, string) (string, error)
765
766 // Octal takes a ref.Val and a string representing the current locale identifier and
767 // returns the Val formatted in octal, or an error if one occurred.

Callers 1

parseFormattingClauseFunction · 0.65

Implementers 4

stringFormatterV2ext/formatting_v2.go
stringFormatCheckerV2ext/formatting_v2.go
stringFormatterext/formatting.go
stringFormatCheckerext/formatting.go

Calls

no outgoing calls

Tested by

no test coverage detected