MCPcopy
hub / github.com/cortexlabs/cortex / Uint8

Function Uint8

pkg/lib/strings/stringify.go:75–77  ·  view source on GitHub ↗
(val uint8)

Source from the content-addressed store, hash-verified

73}
74
75func Uint8(val uint8) string {
76 return strconv.FormatUint(uint64(val), 10)
77}
78
79func Uint16(val uint16) string {
80 return strconv.FormatUint(uint64(val), 10)

Callers 1

strIndentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected