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

Function getSDKVersionPair

lib/llvm/codegen.cpp:104–107  ·  view source on GitHub ↗

Get current SDK version in pair

Source from the content-addressed store, hash-verified

102}
103// Get current SDK version in pair
104std::pair<uint32_t, uint32_t> getSDKVersionPair() noexcept {
105 // TODO: parse SDKSettings.json to get real version
106 return {UINT32_C(12), UINT32_C(1)};
107}
108#endif
109
110Expect<void> WriteByte(std::ostream &OS, uint8_t Data) noexcept {

Callers 1

codegenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected