Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
func
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
msync
Function · 0.85
Sync
Method · 0.80
Tested by
no test coverage detected