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

Function WasmEdge_ConfigureRemoveProposal

lib/api/wasmedge.cpp:919–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917}
918
919WASMEDGE_CAPI_EXPORT void
920WasmEdge_ConfigureRemoveProposal(WasmEdge_ConfigureContext *Cxt,
921 const enum WasmEdge_Proposal Prop) noexcept {
922 if (Cxt) {
923 Cxt->Conf.removeProposal(static_cast<WasmEdge::Proposal>(Prop));
924 }
925}
926
927WASMEDGE_CAPI_EXPORT bool
928WasmEdge_ConfigureHasProposal(const WasmEdge_ConfigureContext *Cxt,

Callers 3

createConfFunction · 0.85
TESTFunction · 0.85
mainFunction · 0.85

Calls 1

removeProposalMethod · 0.80

Tested by 1

TESTFunction · 0.68