Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/solo-io/unik
/ Part
Interface
Part
pkg/os/device.go:80–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
type
Part
interface
{
81
Resource
82
83
Size() DiskSize
84
Offset() DiskSize
85
86
Get() BlockDevice
87
}
88
89
func
IsExists(f string) bool {
90
_, err := os.Stat(f)
Callers
17
Stage
Method · 0.65
CreateVolume
Method · 0.65
createDataVolumeFromRawImage
Function · 0.65
Stage
Method · 0.65
CreateVolume
Method · 0.65
Stage
Method · 0.65
CreateVolume
Method · 0.65
CreateVolumes
Function · 0.65
CreateVolumes
Function · 0.65
main
Function · 0.65
All
Method · 0.65
Get
Method · 0.65
Implementers
2
PartedPart
pkg/os/device_linux.go
DeviceMapperDevice
pkg/os/device_linux.go
Calls
no outgoing calls
Tested by
no test coverage detected