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

Method get_mut

crates/wasmtime/src/runtime/component/concurrent.rs:5195–5197  ·  view source on GitHub ↗
(&mut self, id: TableId<V>)

Source from the content-addressed store, hash-verified

5193 }
5194
5195 fn get_mut<V: 'static>(&mut self, id: TableId<V>) -> Result<&mut V, ResourceTableError> {
5196 self.table.get_mut().get_mut(&Resource::from(id))
5197 }
5198
5199 pub fn add_child<T: 'static, U: 'static>(
5200 &mut self,

Callers 15

is_readyMethod · 0.45
poll_and_blockFunction · 0.45
handle_guest_callFunction · 0.45
dropMethod · 0.45
poll_untilMethod · 0.45
handle_work_itemMethod · 0.45
enter_guest_sync_callMethod · 0.45
exit_guest_sync_callMethod · 0.45
may_enterMethod · 0.45
set_threadMethod · 0.45

Calls 1

fromFunction · 0.85

Tested by

no test coverage detected