Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ clear
Method
clear
sdl/src/host.rs:426–429 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
424
}
425
426
fn clear(&mut self) -> io::Result<()> {
427
self.canvas.clear();
428
Ok(())
429
}
430
431
fn present_canvas(&mut self) -> io::Result<()> {
432
let mut window_surface =
Callers
2
play_tone
Method · 0.45
run
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected