Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ setOuter
Method
setOuter
include/ast/component/alias.h:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
return *std::get_if<std::pair<uint32_t, uint32_t>>(&Target);
76
}
77
void setOuter(const uint32_t Ct, const uint32_t Idx) noexcept {
78
Target.emplace<std::pair<uint32_t, uint32_t>>(Ct, Idx);
79
}
80
81
private:
82
TargetType Type;
Callers
1
loadAlias
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected