Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
func
IntPtr(r int) *int {
8
return
&r
9
}
10
11
func
Float64Ptr(r float64) *float64 {
12
return
&r
Callers
2
addons.go
File · 0.92
UpdateConfig
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected