MCPcopy 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
84private:
85 /// \name Data of ExportDesc: external index.

Callers 3

loadDescMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64