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

Function WasmEdge_FunctionTypeDelete

lib/api/wasmedge.cpp:1466–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1464}
1465
1466WASMEDGE_CAPI_EXPORT void
1467WasmEdge_FunctionTypeDelete(WasmEdge_FunctionTypeContext *Cxt) noexcept {
1468 delete fromFuncTypeCxt(Cxt);
1469}
1470
1471// <<<<<<<< WasmEdge function type functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
1472

Callers 7

createExternModuleFunction · 0.85
createSpecTestModuleFunction · 0.85
deletePtrFunction · 0.85
TESTFunction · 0.85
CreateTestModuleFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 5

createExternModuleFunction · 0.68
deletePtrFunction · 0.68
TESTFunction · 0.68
CreateTestModuleFunction · 0.68