MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / flush

Method flush

iohash/src/main.rs:71–73  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

69 }
70
71 fn flush(&mut self) -> std::io::Result<()> {
72 Ok(())
73 }
74 }
75
76 let mut hasher = Hasher::new();

Callers 3

create_shared_diskFunction · 0.80
setup_test_stateFunction · 0.80
stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected