Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
validate
Method · 0.80
instantiate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected