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

Function Int64

pkg/lib/pointer/pointer.go:40–42  ·  view source on GitHub ↗
(val int64)

Source from the content-addressed store, hash-verified

38}
39
40func Int64(val int64) *int64 {
41 return &val
42}
43
44func Float64(val float64) *float64 {
45 return &val

Callers 15

cluster_config.goFile · 0.92
validateNodeGroupMethod · 0.92
AutoGenerateSpotConfigFunction · 0.92
podValidationFunction · 0.92
computeValidationFunction · 0.92
ListS3TopLevelDirsMethod · 0.92
S3BatchIteratorMethod · 0.92
VerifyInstanceQuotaMethod · 0.92
getPastAPIDeploysFunction · 0.92
validateS3ListerFunction · 0.92
deploymentSpecFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected