MCPcopy Create free account
hub / github.com/TyberiusPrime/KeyToKey / set_abort_status

Method set_abort_status

src/premade.rs:297–299  ·  view source on GitHub ↗
(&mut self, handler_id: HandlerID, enabled: bool)

Source from the content-addressed store, hash-verified

295 }
296
297 pub fn set_abort_status(&mut self, handler_id: HandlerID, enabled: bool) {
298 self.handler_overwrite.push((handler_id, enabled));
299 }
300
301 fn do_abort(&mut self, output: &mut dyn USBKeyOut) {
302 let state = output.state();

Callers 1

test_abortFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_abortFunction · 0.64