MCPcopy Create free account
hub / github.com/cgevans/tiny2 / io

Method io

src/lib.rs:453–455  ·  view source on GitHub ↗
(&self, unit: u8, selector: u8, query: u8, data: &mut [u8])

Source from the content-addressed store, hash-verified

451 }
452
453 fn io(&self, unit: u8, selector: u8, query: u8, data: &mut [u8]) -> Result<(), Errno> {
454 self.handle.io(unit, selector, query, data)
455 }
456}

Callers 3

get_curMethod · 0.45
set_curMethod · 0.45
get_lenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected