MCPcopy
hub / github.com/etcd-io/bbolt / flakey

Struct flakey

tests/dmflakey/dmflakey.go:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133type flakey struct {
134 fsType FSType
135 imgPath string
136 imgSize int64
137
138 loopDevice string
139 flakeyDevice string
140}
141
142// DevicePath returns the flakey device path.
143func (f *flakey) DevicePath() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected