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

Function p2_cli_serve_sleep

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

Source from the content-addressed store, hash-verified

2706
2707 #[tokio::test]
2708 async fn p2_cli_serve_sleep() -> Result<()> {
2709 cli_serve_sleep(P2_CLI_SERVE_SLEEP_COMPONENT, 1, 1, |cmd| {
2710 cmd.arg("-Scli");
2711 })
2712 .await
2713 }
2714
2715 #[tokio::test]
2716 #[cfg_attr(not(feature = "component-model-async"), ignore)]

Callers

nothing calls this directly

Calls 2

cli_serve_sleepFunction · 0.85
argMethod · 0.45

Tested by

no test coverage detected