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

Function Uintptr

pkg/lib/strings/stringify.go:99–101  ·  view source on GitHub ↗
(val uintptr)

Source from the content-addressed store, hash-verified

97}
98
99func Uintptr(val uintptr) string {
100 return fmt.Sprint(val)
101}
102
103func Round(val float64, decimalPlaces int, padToDecimalPlaces int) string {
104 rounded := math.Round(val*math.Pow10(decimalPlaces)) / math.Pow10(decimalPlaces)

Callers 1

strIndentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected