MCPcopy Index your code
hub / github.com/carsonpo/haystackdb / mark_commit_finished

Method mark_commit_finished

src/structures/wal.rs:439–443  ·  view source on GitHub ↗
(&mut self, hash: u64)

Source from the content-addressed store, hash-verified

437 }
438
439 pub fn mark_commit_finished(&mut self, hash: u64) -> io::Result<()> {
440 self.commit_finish.insert(hash, true)?;
441
442 Ok(())
443 }
444}

Callers 2

commitMethod · 0.80
recover_point_in_timeMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected