MCPcopy
hub / github.com/firecracker-microvm/firecracker-containerd / stubDrive

Struct stubDrive

runtime/drive_handler.go:333–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333type stubDrive struct {
334 stubPath string
335 jail jailer
336 driveID string
337 driveMount *proto.FirecrackerDriveMount
338}
339
340func (sd stubDrive) withMountConfig(
341 hostPath string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected