MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / wasm_table_get

Function wasm_table_get

src/wasm-c.cc:886–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884}
885
886wasm_ref_t* wasm_table_get(const wasm_table_t* table, wasm_table_size_t index) {
887 return release_ref(table->get(index));
888}
889
890bool wasm_table_set(
891 wasm_table_t* table, wasm_table_size_t index, wasm_ref_t* ref

Callers 2

mainFunction · 0.85
check_tableFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected