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

Method clear

std/src/gpio/fakes.rs:40–42  ·  view source on GitHub ↗
(&mut self, _pin: Pin)

Source from the content-addressed store, hash-verified

38 }
39
40 fn clear(&mut self, _pin: Pin) -> io::Result<()> {
41 Err(io::Error::other("GPIO backend not compiled in"))
42 }
43
44 fn clear_all(&mut self) -> io::Result<()> {
45 Err(io::Error::other("GPIO backend not compiled in"))

Callers 2

execMethod · 0.45
set_leaf_nameMethod · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected