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

Method getContentTypeCode

include/ast/type.h:207–207  ·  view source on GitHub ↗

Getter for content type.

Source from the content-addressed store, hash-verified

205
206 /// Getter for content type.
207 TypeCode getContentTypeCode() const noexcept { return Type; }
208
209 /// Check whether this is a function type.
210 bool isFunc() const noexcept { return (Type == TypeCode::Func); }

Callers 3

checkInstrMethod · 0.80
serializeTypeMethod · 0.80
matchTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected