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

Method is_valid_impl

crates/wasmtime/src/runtime/debug.rs:451–455  ·  view source on GitHub ↗
(&self, store: &StoreOpaque)

Source from the content-addressed store, hash-verified

449 }
450
451 fn is_valid_impl(&self, store: &StoreOpaque) -> bool {
452 let id = store.id();
453 let version = store.vm_store_context().execution_version;
454 self.store_id == id && self.store_version == version
455 }
456
457 /// Get a handle to the next frame up the activation (the one that
458 /// called this frame), if any.

Callers 2

is_validMethod · 0.80
frame_dataMethod · 0.80

Calls 2

idMethod · 0.45
vm_store_contextMethod · 0.45

Tested by

no test coverage detected