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

Method isStreamTy

include/ast/component/type.h:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 return std::holds_alternative<BorrowTy>(Type);
310 }
311 bool isStreamTy() const noexcept {
312 return std::holds_alternative<StreamTy>(Type);
313 }
314 bool isFutureTy() const noexcept {
315 return std::holds_alternative<FutureTy>(Type);
316 }

Callers 2

validateMethod · 0.80
containsBorrowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected