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

Function thread_index_via_call_sync

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

Source from the content-addressed store, hash-verified

3111
3112#[tokio::test]
3113async fn thread_index_via_call_sync() -> Result<()> {
3114 thread_index_via_call(ApiStyle::Sync).await
3115}
3116
3117#[tokio::test]
3118async fn thread_index_via_call_async() -> Result<()> {

Callers

nothing calls this directly

Calls 1

thread_index_via_callFunction · 0.85

Tested by

no test coverage detected