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

Method isInlineExport

include/ast/component/instance.h:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 bool isInlineExport() const noexcept {
143 return std::holds_alternative<InlineExports>(Expr);
144 }
145
146private:
147 std::variant<std::pair<uint32_t, InstantiateArgs>, InlineExports> Expr;

Callers 1

validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected