MCPcopy
hub / github.com/cubefs/cubefs / Fsyncs

Struct Fsyncs

depends/bazil.org/fuse/fs/fstestutil/record/record.go:138–140  ·  view source on GitHub ↗

Fsyncs records an Fsync request and its fields.

Source from the content-addressed store, hash-verified

136
137// Fsyncs records an Fsync request and its fields.
138type Fsyncs struct {
139 rec RequestRecorder
140}
141
142var _ = fs.NodeFsyncer(&Fsyncs{})
143

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected