Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
impl SpiBus for RppalSpiBus {
Callers
14
maybe_flush
Method · 0.45
sync_now
Method · 0.45
set_sync
Method · 0.45
beep
Method · 0.45
test_read_sources_one
Function · 0.45
test_read_sources_two
Function · 0.45
test_read_sources_many_sources_per_test
Function · 0.45
test_read_sources_crlf
Function · 0.45
test_read_sources_crlf_many_tests
Function · 0.45
test_diff_same
Function · 0.45
test_diff_different
Function · 0.45
test_line_ending_for_crlf
Function · 0.45
Calls
no outgoing calls
Tested by
10
test_read_sources_one
Function · 0.36
test_read_sources_two
Function · 0.36
test_read_sources_many_sources_per_test
Function · 0.36
test_read_sources_crlf
Function · 0.36
test_read_sources_crlf_many_tests
Function · 0.36
test_diff_same
Function · 0.36
test_diff_different
Function · 0.36
test_line_ending_for_crlf
Function · 0.36
test_rewrite_with_line_ending
Function · 0.36
run_one_test
Function · 0.36