Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ setExternalIndex
Method
setExternalIndex
include/ast/description.h:82–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
/// Getter and setter for external index.
81
uint32_t getExternalIndex() const noexcept { return ExtIdx; }
82
void setExternalIndex(uint32_t Idx) noexcept { ExtIdx = Idx; }
83
84
private:
85
/// \name Data of ExportDesc: external index.
Callers
3
loadDesc
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64