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

Method visit_table_get

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

Source from the content-addressed store, hash-verified

1724 }
1725
1726 fn visit_table_get(&mut self, table: u32) -> Self::Output {
1727 let table_index = TableIndex::from_u32(table);
1728 self.emit_table_get(table_index)
1729 }
1730
1731 fn visit_table_grow(&mut self, table: u32) -> Self::Output {
1732 let table_index = TableIndex::from_u32(table);

Callers

nothing calls this directly

Calls 1

emit_table_getMethod · 0.80

Tested by

no test coverage detected