MCPcopy Create free account
hub / github.com/buttplugio/buttplug / wait_for_input

Function wait_for_input

examples/src/bin/application.rs:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34async fn wait_for_input() {
35 let _ = read_line().await;
36}
37
38fn print_device_capabilities(device: &ButtplugClientDevice) {
39 println!(" {}", device.name());

Callers 1

mainFunction · 0.70

Calls 1

read_lineFunction · 0.85

Tested by

no test coverage detected