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

Method getStackOffset

include/ast/instruction.h:196–196  ·  view source on GitHub ↗

Getter and setter for stack offset.

Source from the content-addressed store, hash-verified

194
195 /// Getter and setter for stack offset.
196 uint32_t getStackOffset() const noexcept { return Data.Indices.StackOffset; }
197 uint32_t &getStackOffset() noexcept { return Data.Indices.StackOffset; }
198
199 /// Getter and setter for memory alignment.

Callers 2

checkInstrMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected