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

Method async_exec

std/src/sound/cmds.rs:69–73  ·  view source on GitHub ↗
(&self, scope: Scope<'_>)

Source from the content-addressed store, hash-verified

67 }
68
69 async fn async_exec(&self, scope: Scope<'_>) -> CallResult<()> {
70 debug_assert_eq!(0, scope.nargs());
71 self.console.borrow_mut().beep().await?;
72 Ok(())
73 }
74}
75
76/// The `SOUND` command.

Callers

nothing calls this directly

Calls 5

get_integerMethod · 0.80
get_posMethod · 0.80
get_doubleMethod · 0.80
beepMethod · 0.45
play_toneMethod · 0.45

Tested by

no test coverage detected