MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Int32

Function Int32

pkg/util/ptr/ptr.go:23–25  ·  view source on GitHub ↗

Int32 returns a pointer to an int32 variable

(val int32)

Source from the content-addressed store, hash-verified

21
22// Int32 returns a pointer to an int32 variable
23func Int32(val int32) *int32 {
24 return &val
25}
26
27// Int64 returns a pointer to an int64 variable
28func Int64(val int64) *int64 {

Callers 5

updateNeededFunction · 0.92
scaleDownTargetFunction · 0.92
TestCreateReportFunction · 0.92
createTestResourcesFunction · 0.92
TestInt32Function · 0.85

Calls

no outgoing calls

Tested by 3

TestCreateReportFunction · 0.74
createTestResourcesFunction · 0.74
TestInt32Function · 0.68