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

Method isOwnTy

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

Source from the content-addressed store, hash-verified

305 return std::holds_alternative<ResultTy>(Type);
306 }
307 bool isOwnTy() const noexcept { return std::holds_alternative<OwnTy>(Type); }
308 bool isBorrowTy() const noexcept {
309 return std::holds_alternative<BorrowTy>(Type);
310 }

Callers 1

validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected