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

Method CompositeType

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

Constructors.

Source from the content-addressed store, hash-verified

175public:
176 /// Constructors.
177 CompositeType() noexcept = default;
178 CompositeType(const FunctionType &FT) noexcept
179 : Type(TypeCode::Func), FType(FT) {}
180

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected