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

Method getInstantiateArgs

include/ast/component/instance.h:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 return std::get_if<std::pair<uint32_t, InstantiateArgs>>(&Expr)->first;
126 }
127 Span<const InstantiateArg<SortIndex>> getInstantiateArgs() const noexcept {
128 return std::get_if<std::pair<uint32_t, InstantiateArgs>>(&Expr)->second;
129 }
130
131 void setInlineExports(InlineExports &&Exports) noexcept {
132 Expr.emplace<InlineExports>(std::move(Exports));

Callers 2

validateMethod · 0.45
instantiateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected