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

Function fdatasync

bolt_openbsd.go:11–16  ·  view source on GitHub ↗
(db *DB)

Source from the content-addressed store, hash-verified

9}
10
11func fdatasync(db *DB) error {
12 if db.data != nil {
13 return msync(db)
14 }
15 return db.file.Sync()
16}

Callers

nothing calls this directly

Calls 2

msyncFunction · 0.85
SyncMethod · 0.80

Tested by

no test coverage detected