Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ setTypeBound
Method
setTypeBound
include/ast/component/descriptor.h:151–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
VType = T;
150
}
151
void setTypeBound(const uint32_t I) noexcept {
152
Type = DescType::TypeBound;
153
Eq = true;
154
Idx = I;
155
}
156
void setTypeBound() noexcept {
157
Type = DescType::TypeBound;
158
Eq = false;
Callers
2
loadDesc
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64