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

Function Uint16

pkg/lib/strings/stringify.go:79–81  ·  view source on GitHub ↗
(val uint16)

Source from the content-addressed store, hash-verified

77}
78
79func Uint16(val uint16) string {
80 return strconv.FormatUint(uint64(val), 10)
81}
82
83func Uint32(val uint32) string {
84 return strconv.FormatUint(uint64(val), 10)

Callers 1

strIndentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected