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

Function WasmEdge_LoaderDelete

lib/api/wasmedge.cpp:2062–2065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2060}
2061
2062WASMEDGE_CAPI_EXPORT void
2063WasmEdge_LoaderDelete(WasmEdge_LoaderContext *Cxt) noexcept {
2064 delete fromLoaderCxt(Cxt);
2065}
2066
2067// <<<<<<<< WasmEdge loader functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2068

Callers 5

deletePtrFunction · 0.85
~TestContextMethod · 0.85
TESTFunction · 0.85
loadModuleFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 5

deletePtrFunction · 0.68
~TestContextMethod · 0.68
TESTFunction · 0.68
loadModuleFunction · 0.68
TESTFunction · 0.68