| 136 | } |
| 137 | |
| 138 | bool isInstantiateModule() const noexcept { |
| 139 | return std::holds_alternative<std::pair<uint32_t, InstantiateArgs>>(Expr); |
| 140 | } |
| 141 | |
| 142 | bool isInlineExport() const noexcept { |
| 143 | return std::holds_alternative<InlineExports>(Expr); |
no outgoing calls
no test coverage detected