MCPcopy 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
28func Int64(val int64) *int64 {
29 return &val
30}
31
32// Bool returns a pointer to a bool variable
33func Bool(val bool) *bool {

Callers 2

logsMethod · 0.92
TestInt64Function · 0.85

Calls

no outgoing calls

Tested by 1

TestInt64Function · 0.68