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

Method visit_table_set

winch/codegen/src/visitor.rs:1747–1750  ·  view source on GitHub ↗
(&mut self, table: u32)

Source from the content-addressed store, hash-verified

1745 }
1746
1747 fn visit_table_set(&mut self, table: u32) -> Self::Output {
1748 let table_index = TableIndex::from_u32(table);
1749 self.emit_table_set(table_index)
1750 }
1751
1752 fn visit_elem_drop(&mut self, index: u32) -> Self::Output {
1753 let index = ElemIndex::from_u32(index);

Callers

nothing calls this directly

Calls 1

emit_table_setMethod · 0.45

Tested by

no test coverage detected