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

Method isPackType

include/common/types.h:203–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 bool isPackType() const noexcept {
204 switch (Inner.Data.Code) {
205 case TypeCode::I8:
206 case TypeCode::I16:
207 return true;
208 default:
209 return false;
210 }
211 }
212
213 bool isFuncRefType() const noexcept {
214 return (Inner.Data.HTCode == TypeCode::FuncRef) ||

Callers 3

checkInstrMethod · 0.80
packValMethod · 0.80
unpackValMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected