Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
new
Method · 0.80
instance
Method · 0.80
trapped
Method · 0.80
component_data
Method · 0.80
component_instance
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected