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

Method setOSType

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

Source from the content-addressed store, hash-verified

252 /// Getter and setter for OS type.
253 uint8_t getOSType() const noexcept { return OSType; }
254 void setOSType(uint8_t Type) noexcept { OSType = Type; }
255
256 /// Getter and setter for arch type.
257 uint8_t getArchType() const noexcept { return ArchType; }

Callers 1

section.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected