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

Method setValueBound

include/ast/component/descriptor.h:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 Idx = I;
140 }
141 void setValueBound(const uint32_t I) noexcept {
142 Type = DescType::ValueBound;
143 Eq = true;
144 Idx = I;
145 }
146 void setValueBound(const ComponentValType &T) noexcept {
147 Type = DescType::ValueBound;
148 Eq = false;

Callers 1

loadDescMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected