MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / WasmEdge_TableInstanceGetTableType

Function WasmEdge_TableInstanceGetTableType

lib/api/wasmedge.cpp:2786–2793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2784}
2785
2786WASMEDGE_CAPI_EXPORT const WasmEdge_TableTypeContext *
2787WasmEdge_TableInstanceGetTableType(
2788 const WasmEdge_TableInstanceContext *Cxt) noexcept {
2789 if (Cxt) {
2790 return toTabTypeCxt(&fromTabCxt(Cxt)->getTableType());
2791 }
2792 return nullptr;
2793}
2794
2795WASMEDGE_CAPI_EXPORT WasmEdge_Result WasmEdge_TableInstanceGetData(
2796 const WasmEdge_TableInstanceContext *Cxt, WasmEdge_Value *Data,

Callers 1

TESTFunction · 0.85

Calls 1

toTabTypeCxtFunction · 0.85

Tested by 1

TESTFunction · 0.68