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

Function WasmEdge_StringDelete

lib/api/wasmedge.cpp:819–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819WASMEDGE_CAPI_EXPORT void WasmEdge_StringDelete(WasmEdge_String Str) noexcept {
820 if (Str.Buf) {
821 delete[] Str.Buf;
822 }
823}
824
825// <<<<<<<< WasmEdge string functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
826

Callers 15

createExternModuleFunction · 0.85
TESTFunction · 0.85
TEST_PFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85
createSpecTestModuleFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85
CreateTestModuleFunction · 0.85
createModuleCFunction · 0.85
createModuleCPPFunction · 0.85

Calls

no outgoing calls

Tested by 12

createExternModuleFunction · 0.68
TESTFunction · 0.68
TEST_PFunction · 0.68
TEST_PFunction · 0.68
TESTFunction · 0.68
TEST_PFunction · 0.68
TESTFunction · 0.68
CreateTestModuleFunction · 0.68
createModuleCFunction · 0.68
createModuleCPPFunction · 0.68
TESTFunction · 0.68