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

Method getComponentJump

include/ast/component/alias.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 const Sort &getSort() const noexcept { return S; }
34
35 uint32_t getComponentJump() const noexcept { return CompJump; }
36 void setComponentJump(const uint32_t Ct) noexcept { CompJump = Ct; }
37
38 uint32_t getIndex() const noexcept { return Index; }

Callers 1

validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected