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

Function p2_cli_serve_hello_world

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

Source from the content-addressed store, hash-verified

2573
2574 #[tokio::test]
2575 async fn p2_cli_serve_hello_world() -> Result<()> {
2576 cli_serve_hello_world(P2_CLI_SERVE_HELLO_WORLD_COMPONENT, 1, 1, |cmd| {
2577 cmd.arg("-Scli");
2578 })
2579 .await
2580 }
2581
2582 const CONNECTION_COUNT_MANY: usize = 20;
2583 const REQUESTS_PER_CONNECTION_MANY: usize = 5;

Callers

nothing calls this directly

Calls 2

cli_serve_hello_worldFunction · 0.85
argMethod · 0.45

Tested by

no test coverage detected