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

Method visit_table_copy

winch/codegen/src/visitor.rs:1722–1724  ·  view source on GitHub ↗
(&mut self, dst: u32, src: u32)

Source from the content-addressed store, hash-verified

1720 }
1721
1722 fn visit_table_copy(&mut self, dst: u32, src: u32) -> Self::Output {
1723 self.emit_table_copy(TableIndex::from_u32(dst), TableIndex::from_u32(src))
1724 }
1725
1726 fn visit_table_get(&mut self, table: u32) -> Self::Output {
1727 let table_index = TableIndex::from_u32(table);

Callers

nothing calls this directly

Calls 1

emit_table_copyMethod · 0.80

Tested by

no test coverage detected