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

Function fdatasync

boltsync_unix.go:6–8  ·  view source on GitHub ↗

fdatasync flushes written data to a file descriptor.

(db *DB)

Source from the content-addressed store, hash-verified

4
5// fdatasync flushes written data to a file descriptor.
6func fdatasync(db *DB) error {
7 return db.file.Sync()
8}

Callers

nothing calls this directly

Calls 1

SyncMethod · 0.80

Tested by

no test coverage detected