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

Class Map

crates/wasmtime/src/runtime/component/types.rs:343–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341/// A `map` interface type
342#[derive(Clone, Debug)]
343pub struct Map(Handle<TypeMapIndex>);
344
345impl PartialEq for Map {
346 fn eq(&self, other: &Self) -> bool {

Callers 2

load_mapFunction · 0.70
fromMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected