Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ setComponentTypeIdx
Method
setComponentTypeIdx
include/ast/component/descriptor.h:160–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
Eq = false;
159
}
160
void setComponentTypeIdx(const uint32_t I) noexcept {
161
Type = DescType::ComponentType;
162
Idx = I;
163
}
164
void setInstanceTypeIdx(const uint32_t I) noexcept {
165
Type = DescType::InstanceType;
166
Idx = I;
Callers
1
loadDesc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected