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

Method visit_table_fill

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

Source from the content-addressed store, hash-verified

1740 }
1741
1742 fn visit_table_fill(&mut self, table: u32) -> Self::Output {
1743 let table_index = TableIndex::from_u32(table);
1744 self.emit_table_fill(table_index)
1745 }
1746
1747 fn visit_table_set(&mut self, table: u32) -> Self::Output {
1748 let table_index = TableIndex::from_u32(table);

Callers

nothing calls this directly

Calls 1

emit_table_fillMethod · 0.80

Tested by

no test coverage detected