MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / getExternalIndex

Method getExternalIndex

include/ast/description.h:81–81  ·  view source on GitHub ↗

Getter and setter for external index.

Source from the content-addressed store, hash-verified

79public:
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:

Callers 8

validateMethod · 0.80
instantiateMethod · 0.80
serializeDescMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected