MCPcopy Index your code
hub / github.com/cortexlabs/cortex / Uint

Function Uint

pkg/lib/strings/stringify.go:71–73  ·  view source on GitHub ↗
(val uint)

Source from the content-addressed store, hash-verified

69}
70
71func Uint(val uint) string {
72 return strconv.FormatUint(uint64(val), 10)
73}
74
75func Uint8(val uint8) string {
76 return strconv.FormatUint(uint64(val), 10)

Callers 1

strIndentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected