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

Function Uint32

pkg/lib/strings/stringify.go:83–85  ·  view source on GitHub ↗
(val uint32)

Source from the content-addressed store, hash-verified

81}
82
83func Uint32(val uint32) string {
84 return strconv.FormatUint(uint64(val), 10)
85}
86
87func Uint64(val uint64) string {
88 return strconv.FormatUint(val, 10)

Callers 1

strIndentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected