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

Method setTypeIndex

include/ast/type.h:275–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 /// Getter for type index information in a module.
274 std::optional<uint32_t> getTypeIndex() const noexcept { return TypeIndex; }
275 void setTypeIndex(uint32_t Index) noexcept { TypeIndex = Index; }
276
277private:
278 /// \name Data of CompositeType.

Callers 6

loadSectionMethod · 0.45
loadTypeMethod · 0.45
loadDescMethod · 0.45
loadTypeMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36