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

Method DropWrites

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

DropWrites drops all write I/O silently.

(opts ...FeatOpt)

Source from the content-addressed store, hash-verified

68
69 // DropWrites drops all write I/O silently.
70 DropWrites(opts ...FeatOpt) error
71
72 // ErrorWrites drops all write I/O and returns error.
73 ErrorWrites(opts ...FeatOpt) error

Callers 2

TestDropWritesExt4Function · 0.65
PowerFailureMethod · 0.65

Implementers 1

flakeytests/dmflakey/dmflakey.go

Calls

no outgoing calls

Tested by 2

TestDropWritesExt4Function · 0.52
PowerFailureMethod · 0.52