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

Method registerOptions

include/plugin/plugin.h:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void registerOptions(PO::ArgumentParser &Parser) const noexcept {
190 assuming(Desc);
191 if (Desc->AddOptions) {
192 Desc->AddOptions(Desc, Parser);
193 }
194 }
195
196 Span<const PluginModule> modules() const noexcept {
197 assuming(Desc);

Callers 4

createModuleFunction · 0.80
createModuleCPPFunction · 0.80

Calls

no outgoing calls

Tested by 1

createModuleCPPFunction · 0.64