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

Method setData

include/common/types.h:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322
323 void setEmpty() noexcept { Inner.Data.TypeFlag = TypeEnum::Empty; }
324 void setData(const ValType &VType) noexcept {
325 Inner.Type = VType;
326 Inner.Data.TypeFlag = TypeEnum::ValType;
327 }
328 void setData(uint32_t Idx) noexcept {
329 Inner.Data.Idx = Idx;
330 Inner.Data.TypeFlag = TypeEnum::TypeIdx;

Callers 1

loadInstructionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected