MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / p3_cli_serve_sleep

Function p3_cli_serve_sleep

tests/all/cli_tests.rs:2717–2723  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2715 #[tokio::test]
2716 #[cfg_attr(not(feature = "component-model-async"), ignore)]
2717 async fn p3_cli_serve_sleep() -> Result<()> {
2718 cli_serve_sleep(P3_CLI_SERVE_SLEEP_COMPONENT, 1, 1, |cmd| {
2719 cmd.arg("-Wcomponent-model-async");
2720 cmd.arg("-Sp3,cli");
2721 })
2722 .await
2723 }
2724
2725 #[tokio::test]
2726 async fn p2_cli_serve_sleep_many() -> Result<()> {

Callers

nothing calls this directly

Calls 2

cli_serve_sleepFunction · 0.85
argMethod · 0.45

Tested by

no test coverage detected