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

Function WasmEdge_PluginFind

lib/api/wasmedge.cpp:3843–3846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3841}
3842
3843WASMEDGE_CAPI_EXPORT const WasmEdge_PluginContext *
3844WasmEdge_PluginFind(const WasmEdge_String Name) noexcept {
3845 return toPluginCxt(WasmEdge::Plugin::Plugin::find(genStrView(Name)));
3846}
3847
3848WASMEDGE_CAPI_EXPORT WasmEdge_String
3849WasmEdge_PluginGetPluginName(const WasmEdge_PluginContext *Cxt) noexcept {

Callers 3

TESTFunction · 0.85
createModuleCFunction · 0.85
createModuleCPPFunction · 0.85

Calls 1

genStrViewFunction · 0.85

Tested by 3

TESTFunction · 0.68
createModuleCFunction · 0.68
createModuleCPPFunction · 0.68