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

Method comes_from_same_store

crates/wasmtime/src/runtime/func.rs:1247–1249  ·  view source on GitHub ↗
(&self, store: &StoreOpaque)

Source from the content-addressed store, hash-verified

1245 }
1246
1247 pub(crate) fn comes_from_same_store(&self, store: &StoreOpaque) -> bool {
1248 self.store == store.id()
1249 }
1250
1251 /// Attempts to extract a typed object from this `Func` through which the
1252 /// function can be called.

Callers 4

ensure_matches_tyMethod · 0.45
call_impl_check_argsMethod · 0.45
typecheck_externsMethod · 0.45
pre_instantiate_rawFunction · 0.45

Calls 1

idMethod · 0.45

Tested by

no test coverage detected