MCPcopy Create free account
hub / github.com/drogus/crows / flush

Method flush

wasm/src/lib.rs:627–629  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

625 }
626
627 fn flush(&mut self) -> StreamResult<()> {
628 Ok(())
629 }
630
631 fn check_write(&mut self) -> StreamResult<usize> {
632 Ok(1024 * 1024)

Callers 1

printFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected