Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortexlabs/cortex
/ MntVolume
Function
MntVolume
pkg/workloads/helpers.go:194–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
}
193
194
func
MntVolume() kcore.Volume {
195
return
k8s.EmptyDirVolume(_emptyDirVolumeName)
196
}
197
198
func
CortexVolume() kcore.Volume {
199
return
k8s.EmptyDirVolume(_cortexDirVolumeName)
Callers
1
userPodContainers
Function · 0.85
Calls
1
EmptyDirVolume
Function · 0.92
Tested by
no test coverage detected