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

Method isFutureTy

include/ast/component/type.h:314–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 return std::holds_alternative<StreamTy>(Type);
313 }
314 bool isFutureTy() const noexcept {
315 return std::holds_alternative<FutureTy>(Type);
316 }
317
318private:
319 std::variant<PrimValType, RecordTy, VariantTy, ListTy, TupleTy, FlagsTy,

Callers 2

validateMethod · 0.80
containsBorrowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected