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

Method table

crates/c-api/src/table.rs:30–35  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

28 }
29
30 fn table(&self) -> Table {
31 match self.ext.which {
32 Extern::Table(t) => t,
33 _ => unsafe { std::hint::unreachable_unchecked() },
34 }
35 }
36}
37
38#[cfg(feature = "gc")]

Callers 5

wasm_table_typeFunction · 0.45
wasm_table_getFunction · 0.45
wasm_table_setFunction · 0.45
wasm_table_sizeFunction · 0.45
wasm_table_growFunction · 0.45

Calls 1

unreachable_uncheckedFunction · 0.85

Tested by

no test coverage detected