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

Method getTargetType

include/ast/component/alias.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 };
60
61 TargetType getTargetType() const noexcept { return Type; }
62 void setTargetType(const TargetType T) noexcept { Type = T; }
63
64 Sort &getSort() noexcept { return S; }

Callers 2

validateMethod · 0.80
instantiateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected