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

Method isEmpty

include/common/types.h:332–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 Inner.Data.TypeFlag = TypeEnum::TypeIdx;
331 }
332 bool isEmpty() const noexcept {
333 return Inner.Data.TypeFlag == TypeEnum::Empty;
334 }
335 bool isValType() const noexcept {
336 return Inner.Data.TypeFlag == TypeEnum::ValType;
337 }

Callers 3

resolveBlockTypeMethod · 0.80
checkInstrMethod · 0.80
serializeInstructionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected