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

Method store_data_mut

crates/wasmtime/src/runtime/store.rs:1569–1571  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1567
1568 #[inline]
1569 pub fn store_data_mut(&mut self) -> &mut StoreData {
1570 &mut self.store_data
1571 }
1572
1573 pub fn store_data_mut_and_registry(&mut self) -> (&mut StoreData, &ModuleRegistry) {
1574 (&mut self.store_data, &self.modules)

Callers 9

lookup_vmdefFunction · 0.80
lookup_vmexportFunction · 0.80
newMethod · 0.80
instance_mutMethod · 0.80
get_mutMethod · 0.80
set_trappedMethod · 0.80
component_data_mutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected