Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ isDefValType
Method
isDefValType
include/ast/component/type.h:512–514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
510
}
511
512
bool isDefValType() const noexcept {
513
return std::holds_alternative<DefValType>(Type);
514
}
515
bool isFuncType() const noexcept {
516
return std::holds_alternative<FuncType>(Type);
517
}
Callers
2
validate
Method · 0.80
containsBorrow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected