MCPcopy
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
80type Part interface {
81 Resource
82
83 Size() DiskSize
84 Offset() DiskSize
85
86 Get() BlockDevice
87}
88
89func IsExists(f string) bool {
90 _, err := os.Stat(f)

Callers 17

StageMethod · 0.65
CreateVolumeMethod · 0.65
StageMethod · 0.65
CreateVolumeMethod · 0.65
StageMethod · 0.65
CreateVolumeMethod · 0.65
CreateVolumesFunction · 0.65
CreateVolumesFunction · 0.65
mainFunction · 0.65
AllMethod · 0.65
GetMethod · 0.65

Implementers 2

PartedPartpkg/os/device_linux.go
DeviceMapperDevicepkg/os/device_linux.go

Calls

no outgoing calls

Tested by

no test coverage detected