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

Method getInlineExports

include/ast/component/instance.h:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 Expr.emplace<InlineExports>(std::move(Exports));
133 }
134 Span<const InlineExport> getInlineExports() const noexcept {
135 return *std::get_if<InlineExports>(&Expr);
136 }
137
138 bool isInstantiateModule() const noexcept {
139 return std::holds_alternative<std::pair<uint32_t, InstantiateArgs>>(Expr);

Callers 2

validateMethod · 0.45
instantiateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected