Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
func
msync(db *DB) error {
8
return
unix.Msync(db.data[:db.datasz], unix.MS_INVALIDATE)
9
}
10
11
func
fdatasync(db *DB) error {
12
if
db.data != nil {
Callers
1
fdatasync
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected