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

Function msync

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

Source from the content-addressed store, hash-verified

5)
6
7func msync(db *DB) error {
8 return unix.Msync(db.data[:db.datasz], unix.MS_INVALIDATE)
9}
10
11func fdatasync(db *DB) error {
12 if db.data != nil {

Callers 1

fdatasyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected