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

Method Hex

ext/formatting_v2.go:664–664  ·  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

662 // Hex takes a boolean that, if true, indicates the hex string output by the returned
663 // closure should use uppercase letters for A-F.
664 Hex(bool) func(ref.Val) (string, error)
665
666 // Octal takes a ref.Val and a string representing the current locale identifier and
667 // returns the Val formatted in octal, or an error if one occurred.

Callers 1

parseFormattingClauseV2Function · 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