Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ setIndex
Method
setIndex
include/ast/component/alias.h:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
uint32_t getIndex() const noexcept { return Index; }
39
void setIndex(const uint32_t Idx) noexcept { Index = Idx; }
40
41
private:
42
Sort S;
Callers
6
loadCoreAlias
Method · 0.45
loadCanonical
Method · 0.45
loadCanonicalOption
Method · 0.45
mkOpt
Function · 0.45
makeCompWithCoreFuncAndFuncType
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
3
mkOpt
Function · 0.36
makeCompWithCoreFuncAndFuncType
Function · 0.36
TEST
Function · 0.36