MCPcopy Index your code
hub / github.com/emscripten-core/emsdk / installed_sdk_text

Function installed_sdk_text

emsdk.py:3135–3137  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

3133 print('')
3134
3135 def installed_sdk_text(name):
3136 sdk = find_sdk(name)
3137 return 'INSTALLED' if sdk and sdk.is_installed() else ''
3138
3139 if (LINUX or MACOS or WINDOWS) and ARCH in {'x86', 'x86_64'}:
3140 print('The *recommended* precompiled SDK download is %s (%s).' % (find_latest_version(), find_latest_hash()))

Callers 1

mainFunction · 0.85

Calls 2

find_sdkFunction · 0.85
is_installedMethod · 0.80

Tested by

no test coverage detected