Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
func
Int64(val int64) *int64 {
41
return
&val
42
}
43
44
func
Float64(val float64) *float64 {
45
return
&val
Callers
15
cluster_config.go
File · 0.92
validateNodeGroup
Method · 0.92
AutoGenerateSpotConfig
Function · 0.92
podValidation
Function · 0.92
computeValidation
Function · 0.92
ListS3TopLevelDirs
Method · 0.92
S3BatchIterator
Method · 0.92
VerifyInstanceQuota
Method · 0.92
getPastAPIDeploys
Function · 0.92
GetMostRecentlySubmittedJobStates
Function · 0.92
validateS3Lister
Function · 0.92
deploymentSpec
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected