Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ Int64
Function
Int64
pkg/util/ptr/ptr.go:28–30 ·
view source on GitHub ↗
Int64 returns a pointer to an int64 variable
(val int64)
Source
from the content-addressed store, hash-verified
26
27
// Int64 returns a pointer to an int64 variable
28
func
Int64(val int64) *int64 {
29
return
&val
30
}
31
32
// Bool returns a pointer to a bool variable
33
func
Bool(val bool) *bool {
Callers
2
logs
Method · 0.92
TestInt64
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestInt64
Function · 0.68