MCPcopy Create free account
hub / github.com/git/git / flush

Method flush

src/hash.rs:204–206  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

202 }
203
204 fn flush(&mut self) -> io::Result<()> {
205 Ok(())
206 }
207}
208
209/// A hash algorithm,

Callers 10

promptFunction · 0.45
p4CmdListFunction · 0.45
applyCommitMethod · 0.45
checkpointMethod · 0.45
streamOneP4FileMethod · 0.45
streamOneP4DeletionMethod · 0.45
streamP4FilesCbMethod · 0.45
importNewBranchMethod · 0.45
importChangesMethod · 0.45
reftable_writer_closeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected