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

Method visit_table_size

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

Source from the content-addressed store, hash-verified

1734 }
1735
1736 fn visit_table_size(&mut self, table: u32) -> Self::Output {
1737 let table_index = TableIndex::from_u32(table);
1738 let table_data = self.env.resolve_table_data(table_index);
1739 self.emit_compute_table_size(&table_data)
1740 }
1741
1742 fn visit_table_fill(&mut self, table: u32) -> Self::Output {
1743 let table_index = TableIndex::from_u32(table);

Callers

nothing calls this directly

Calls 2

resolve_table_dataMethod · 0.80

Tested by

no test coverage detected