MCPcopy 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

loadDescMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64