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

Method getVersion

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

Getter and setter for version.

Source from the content-addressed store, hash-verified

247public:
248 /// Getter and setter for version.
249 uint32_t getVersion() const noexcept { return Version; }
250 void setVersion(uint32_t Ver) noexcept { Version = Ver; }
251
252 /// Getter and setter for OS type.

Callers 6

generateCoredumpFunction · 0.45
loadUnitMethod · 0.45
section.cppFile · 0.45
loadSectionMethod · 0.45
serializeModuleMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36