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

Class SharedContext

sdl/src/host.rs:573–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571
572#[derive(Clone)]
573struct SharedContext(Rc<RefCell<Context>>);
574
575impl SharedContext {
576 fn play_tone(&mut self, tone: Tone) -> io::Result<()> {

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected