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

Method setInlineExports

include/ast/component/instance.h:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 void setInlineExports(InlineExports &&Exports) noexcept {
132 Expr.emplace<InlineExports>(std::move(Exports));
133 }
134 Span<const InlineExport> getInlineExports() const noexcept {
135 return *std::get_if<InlineExports>(&Expr);
136 }

Callers 3

loadCoreInstanceMethod · 0.45
loadInstanceMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36