Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadAlias
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64