MCPcopy 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_metadataMethod · 0.80
pid_fileMethod · 0.80
tailMethod · 0.80
putMethod · 0.80
fsyncMethod · 0.80
fsyncMethod · 0.80
mountFunction · 0.80

Calls 1

OkFunction · 0.50

Tested by 1

mountFunction · 0.64