Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ sync_call_hook
Function
sync_call_hook
tests/all/call_hook.rs:897–899 ·
view source on GitHub ↗
(mut ctx: StoreContextMut<'_, State>, transition: CallHook)
Source
from the content-addressed store, hash-verified
895
}
896
897
pub fn sync_call_hook(mut ctx: StoreContextMut<'_, State>, transition: CallHook) -> Result<()> {
898
ctx.data_mut().call_hook(transition)
899
}
Callers
1
handle_call_event
Method · 0.85
Calls
2
call_hook
Method · 0.45
data_mut
Method · 0.45
Tested by
no test coverage detected