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

Function WasmEdge_ASTModuleDelete

lib/api/wasmedge.cpp:1300–1303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298}
1299
1300WASMEDGE_CAPI_EXPORT void
1301WasmEdge_ASTModuleDelete(WasmEdge_ASTModuleContext *Cxt) noexcept {
1302 std::unique_ptr<WasmEdge::AST::Module> Own(fromASTModCxt(Cxt));
1303}
1304
1305// <<<<<<<< WasmEdge AST module functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
1306

Callers 4

deletePtrFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 4

deletePtrFunction · 0.68
TEST_PFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68