MCPcopy Index your code
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
24func Int(val int) *int {
25 return &val
26}
27
28func Int8(val int8) *int8 {
29 return &val

Callers 4

TestObjFunction · 0.92
mergeOptionsFunction · 0.92
getJobStatusFromBatchJobFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestObjFunction · 0.74