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

Method set_sync

std/src/console/drawing.rs:494–496  ·  view source on GitHub ↗
(&mut self, _enabled: bool)

Source from the content-addressed store, hash-verified

492 }
493
494 fn set_sync(&mut self, _enabled: bool) {
495 unimplemented!();
496 }
497
498 fn present_canvas(&mut self) -> io::Result<()> {
499 unimplemented!();

Callers 1

reset_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected