MCPcopy Index your code
hub / github.com/endbasic/endbasic / flush

Method flush

rpi/src/spi.rs:98–100  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

96 }
97
98 fn flush(&mut self) -> io::Result<()> {
99 Ok(())
100 }
101}
102
103impl SpiBus for RppalSpiBus {

Callers 14

maybe_flushMethod · 0.45
sync_nowMethod · 0.45
set_syncMethod · 0.45
beepMethod · 0.45
test_read_sources_oneFunction · 0.45
test_read_sources_twoFunction · 0.45
test_read_sources_crlfFunction · 0.45
test_diff_sameFunction · 0.45
test_diff_differentFunction · 0.45

Calls

no outgoing calls

Tested by 10

test_read_sources_oneFunction · 0.36
test_read_sources_twoFunction · 0.36
test_read_sources_crlfFunction · 0.36
test_diff_sameFunction · 0.36
test_diff_differentFunction · 0.36
run_one_testFunction · 0.36