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

Method sync_now

sdl/src/console.rs:251–253  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

249 }
250
251 fn sync_now(&mut self) -> io::Result<()> {
252 self.call(Request::SyncNow)
253 }
254
255 fn set_sync(&mut self, enabled: bool) -> io::Result<bool> {
256 self.request_tx.send(Request::SetSync(enabled)).expect("Channel must be alive");

Callers 2

test_sdl_console_syncFunction · 0.45
runFunction · 0.45

Calls 1

callMethod · 0.80

Tested by 1

test_sdl_console_syncFunction · 0.36