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

Method setArchType

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

Source from the content-addressed store, hash-verified

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.
261 uint64_t getVersionAddress() const noexcept { return VersionAddress; }

Callers 1

section.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected