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

Method RootFS

tests/robustness/powerfailure_test.go:236–236  ·  view source on GitHub ↗

RootFS returns root filesystem.

()

Source from the content-addressed store, hash-verified

234type FlakeyDevice interface {
235 // RootFS returns root filesystem.
236 RootFS() string
237
238 // PowerFailure simulates power failure with drop all the writes.
239 PowerFailure(mntOpt string) error

Callers 1

doPowerFailureFunction · 0.65

Implementers 1

flakeyTtests/robustness/powerfailure_test.go

Calls

no outgoing calls

Tested by 1

doPowerFailureFunction · 0.52