Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
79
func
Uint16(val uint16) string {
80
return
strconv.FormatUint(uint64(val), 10)
81
}
82
83
func
Uint32(val uint32) string {
84
return
strconv.FormatUint(uint64(val), 10)
Callers
1
strIndent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected