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

Function WasmEdge_ConfigureAddProposal

lib/api/wasmedge.cpp:911–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911WASMEDGE_CAPI_EXPORT void
912WasmEdge_ConfigureAddProposal(WasmEdge_ConfigureContext *Cxt,
913 const enum WasmEdge_Proposal Prop) noexcept {
914 if (Cxt) {
915 Cxt->Conf.addProposal(static_cast<WasmEdge::Proposal>(Prop));
916 }
917}
918
919WASMEDGE_CAPI_EXPORT void
920WasmEdge_ConfigureRemoveProposal(WasmEdge_ConfigureContext *Cxt,

Callers 3

createConfFunction · 0.85
TESTFunction · 0.85
mainFunction · 0.85

Calls 1

addProposalMethod · 0.80

Tested by 1

TESTFunction · 0.68