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

Method clear_all

std/src/gpio/fakes.rs:44–46  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

42 }
43
44 fn clear_all(&mut self) -> io::Result<()> {
45 Err(io::Error::other("GPIO backend not compiled in"))
46 }
47
48 fn read(&mut self, _pin: Pin) -> io::Result<bool> {
49 Err(io::Error::other("GPIO backend not compiled in"))

Callers 2

reset_stateMethod · 0.45
execMethod · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected