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

Method isValType

include/common/types.h:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 return Inner.Data.TypeFlag == TypeEnum::Empty;
334 }
335 bool isValType() const noexcept {
336 return Inner.Data.TypeFlag == TypeEnum::ValType;
337 }
338 ValType getValType() const noexcept { return Inner.Type; }
339 uint32_t getTypeIndex() const noexcept { return Inner.Data.Idx; }
340

Callers 3

resolveBlockTypeMethod · 0.80
checkInstrMethod · 0.80
serializeInstructionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected