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

Method CAPIPluginRegister

lib/plugin/plugin.cpp:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71class CAPIPluginRegister {
72public:
73 CAPIPluginRegister(const CAPIPluginRegister &) = delete;
74 CAPIPluginRegister &operator=(const CAPIPluginRegister &) = delete;
75
76 CAPIPluginRegister(const WasmEdge_PluginDescriptor *Desc) noexcept {

Callers

nothing calls this directly

Calls 5

DescriptionClass · 0.85
resizeMethod · 0.80
sizeMethod · 0.45
emplaceMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected