Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ sync_data
Method
sync_data
crates/core/src/database_logger.rs:118–120 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
116
}
117
118
fn sync_data(&self) -> io::Result<()> {
119
self.file.sync_data()
120
}
121
}
122
123
/// [Logger] that stores log records in memory.
Callers
7
write_metadata
Method · 0.80
pid_file
Method · 0.80
tail
Method · 0.80
put
Method · 0.80
fsync
Method · 0.80
fsync
Method · 0.80
mount
Function · 0.80
Calls
1
Ok
Function · 0.50
Tested by
1
mount
Function · 0.64