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

Method setComponentJump

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

Source from the content-addressed store, hash-verified

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; }
39 void setIndex(const uint32_t Idx) noexcept { Index = Idx; }

Callers 1

loadCoreAliasMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected