MCPcopy 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
897pub fn sync_call_hook(mut ctx: StoreContextMut<'_, State>, transition: CallHook) -> Result<()> {
898 ctx.data_mut().call_hook(transition)
899}

Callers 1

handle_call_eventMethod · 0.85

Calls 2

call_hookMethod · 0.45
data_mutMethod · 0.45

Tested by

no test coverage detected