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

Method trace

std/src/gpio/fakes.rs:105–107  ·  view source on GitHub ↗

Returns the ordered trace of all GPIO operations performed so far.

(&self)

Source from the content-addressed store, hash-verified

103
104 /// Returns the ordered trace of all GPIO operations performed so far.
105 pub fn trace(&self) -> &[i32] {
106 &self.trace
107 }
108}
109
110impl Pins for MockPins {

Callers 1

execMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected