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

Method AllowWrites

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

AllowWrites allows write I/O.

(opts ...FeatOpt)

Source from the content-addressed store, hash-verified

65
66 // AllowWrites allows write I/O.
67 AllowWrites(opts ...FeatOpt) error
68
69 // DropWrites drops all write I/O silently.
70 DropWrites(opts ...FeatOpt) error

Callers 3

TestDropWritesExt4Function · 0.65
TestErrorWritesExt4Function · 0.65
PowerFailureMethod · 0.65

Implementers 1

flakeytests/dmflakey/dmflakey.go

Calls

no outgoing calls

Tested by 3

TestDropWritesExt4Function · 0.52
TestErrorWritesExt4Function · 0.52
PowerFailureMethod · 0.52