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

Method future_type

crates/wasmtime/src/runtime/component/matching.rs:214–216  ·  view source on GitHub ↗
(&self, index: TypeFutureTableIndex)

Source from the content-addressed store, hash-verified

212 }
213
214 pub fn future_type(&self, index: TypeFutureTableIndex) -> FutureType {
215 FutureType::from(self.types[index].ty, self)
216 }
217
218 pub fn stream_type(&self, index: TypeStreamTableIndex) -> StreamType {
219 StreamType::from(self.types[index].ty, self)

Callers 1

fromMethod · 0.80

Calls 1

fromFunction · 0.85

Tested by

no test coverage detected