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

Method getArchType

include/ast/section.h:257–257  ·  view source on GitHub ↗

Getter and setter for arch type.

Source from the content-addressed store, hash-verified

255
256 /// Getter and setter for arch type.
257 uint8_t getArchType() const noexcept { return ArchType; }
258 void setArchType(uint8_t Type) noexcept { ArchType = Type; }
259
260 /// Getter and setter for version address.

Callers 1

section.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected