Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
func
Int32(val int32) *int32 {
37
return
&val
38
}
39
40
func
Int64(val int64) *int64 {
41
return
&val
Callers
15
multiAPIsValidation
Function · 0.92
podValidation
Function · 0.92
probeValidation
Function · 0.92
httpGetHandlerValidation
Function · 0.92
tcpSocketHandlerValidation
Function · 0.92
autoscalingValidation
Function · 0.92
validatePod
Function · 0.92
Scale
Method · 0.92
autoscaleFn
Method · 0.92
Scale
Method · 0.92
TestAutoscaler_AutoscaleFn
Function · 0.92
GetAllAPIs
Function · 0.92
Calls
no outgoing calls
Tested by
2
TestAutoscaler_AutoscaleFn
Function · 0.74
uploadTestAPISpec
Function · 0.74