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

Function WasmEdge_FunctionInstanceGetFunctionType

lib/api/wasmedge.cpp:2708–2715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2706}
2707
2708WASMEDGE_CAPI_EXPORT const WasmEdge_FunctionTypeContext *
2709WasmEdge_FunctionInstanceGetFunctionType(
2710 const WasmEdge_FunctionInstanceContext *Cxt) noexcept {
2711 if (Cxt) {
2712 return toFuncTypeCxt(&fromFuncCxt(Cxt)->getFuncType());
2713 }
2714 return nullptr;
2715}
2716
2717WASMEDGE_CAPI_EXPORT extern const void *WasmEdge_FunctionInstanceGetData(
2718 const WasmEdge_FunctionInstanceContext *Cxt) noexcept {

Callers 2

TEST_PFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.68
TESTFunction · 0.68