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

Method store_data

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

Source from the content-addressed store, hash-verified

1562
1563 #[inline]
1564 pub fn store_data(&self) -> &StoreData {
1565 &self.store_data
1566 }
1567
1568 #[inline]
1569 pub fn store_data_mut(&mut self) -> &mut StoreData {

Callers 5

newMethod · 0.80
instanceMethod · 0.80
trappedMethod · 0.80
component_dataMethod · 0.80
component_instanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected