MCPcopy
hub / github.com/cortexlabs/cortex / Int32

Function Int32

pkg/lib/pointer/pointer.go:36–38  ·  view source on GitHub ↗
(val int32)

Source from the content-addressed store, hash-verified

34}
35
36func Int32(val int32) *int32 {
37 return &val
38}
39
40func Int64(val int64) *int64 {
41 return &val

Callers 15

multiAPIsValidationFunction · 0.92
podValidationFunction · 0.92
probeValidationFunction · 0.92
httpGetHandlerValidationFunction · 0.92
autoscalingValidationFunction · 0.92
validatePodFunction · 0.92
ScaleMethod · 0.92
autoscaleFnMethod · 0.92
ScaleMethod · 0.92
GetAllAPIsFunction · 0.92

Calls

no outgoing calls

Tested by 2

uploadTestAPISpecFunction · 0.74