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

Function many_parameters_dynamic

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

Source from the content-addressed store, hash-verified

826
827#[tokio::test]
828async fn many_parameters_dynamic() -> Result<()> {
829 test_many_parameters(true, false).await
830}
831
832#[tokio::test]
833async fn many_parameters_dynamic_concurrent() -> Result<()> {

Callers

nothing calls this directly

Calls 1

test_many_parametersFunction · 0.85

Tested by

no test coverage detected