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

Method setTargetType

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

Source from the content-addressed store, hash-verified

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

Callers 2

loadAliasMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64