Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortexlabs/cortex
/ Int
Function
Int
pkg/lib/pointer/pointer.go:24–26 ·
view source on GitHub ↗
(val int)
Source
from the content-addressed store, hash-verified
22
)
23
24
func
Int(val int) *int {
25
return
&val
26
}
27
28
func
Int8(val int8) *int8 {
29
return
&val
Callers
4
TestObj
Function · 0.92
mergeOptions
Function · 0.92
getJobStatusFromBatchJob
Function · 0.92
ConvertControllerBatchToJobSpec
Method · 0.92
Calls
no outgoing calls
Tested by
1
TestObj
Function · 0.74