MCPcopy Create free account
hub / github.com/Scalingo/cli / IntPtr

Function IntPtr

utils/pointers.go:7–9  ·  view source on GitHub ↗
(r int)

Source from the content-addressed store, hash-verified

5}
6
7func IntPtr(r int) *int {
8 return &r
9}
10
11func Float64Ptr(r float64) *float64 {
12 return &r

Callers 2

addons.goFile · 0.92
UpdateConfigFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected