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

Function many_parameters_concurrent

tests/all/component_model/func.rs:823–825  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

821
822#[tokio::test]
823async fn many_parameters_concurrent() -> Result<()> {
824 test_many_parameters(false, true).await
825}
826
827#[tokio::test]
828async fn many_parameters_dynamic() -> Result<()> {

Callers

nothing calls this directly

Calls 1

test_many_parametersFunction · 0.85

Tested by

no test coverage detected