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

Method setFunctionType

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

Source from the content-addressed store, hash-verified

199 FType = std::move(VFT);
200 }
201 void setFunctionType(FunctionType &&FT) noexcept {
202 Type = TypeCode::Func;
203 FType = std::move(FT);
204 }
205
206 /// Getter for content type.
207 TypeCode getContentTypeCode() const noexcept { return Type; }

Callers 2

loadCompositeTypeMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64