Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)]
573
struct SharedContext(Rc<RefCell<Context>>);
574
575
impl SharedContext {
576
fn play_tone(&mut self, tone: Tone) -> io::Result<()> {
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected