MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / Int32

Function Int32

internal/initialize/primitives.go:21–21  ·  view source on GitHub ↗

Int32 returns a pointer to v.

(v int32)

Source from the content-addressed store, hash-verified

19
20// Int32 returns a pointer to v.
21func Int32(v int32) *int32 { return &v }
22
23// Int64 returns a pointer to v.
24func Int64(v int64) *int64 { return &v }

Callers 15

DefaultMethod · 0.92
generateUpgradeJobMethod · 0.92
generateRemoveDataJobMethod · 0.92
TestStoreDesiredRequestFunction · 0.92
TestLimitIsSetFunction · 0.92
TestSetVolumeSizeFunction · 0.92
TestGetDesiredVolumeSizeFunction · 0.92
testClusterFunction · 0.92
fakePostgresClusterFunction · 0.92

Calls

no outgoing calls

Tested by 15

TestStoreDesiredRequestFunction · 0.74
TestLimitIsSetFunction · 0.74
TestSetVolumeSizeFunction · 0.74
TestGetDesiredVolumeSizeFunction · 0.74
testClusterFunction · 0.74
fakePostgresClusterFunction · 0.74