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

Method get_version_file_path

emsdk.py:1965–1966  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1963 # to avoid accumulating builds over time in some cases, with new builds
1964 # overwriting the old)
1965 def get_version_file_path(self):
1966 return os.path.join(self.installation_path(), '.emsdk_version')
1967
1968 def is_installed_version(self):
1969 version_file_path = self.get_version_file_path()

Callers 3

is_installed_versionMethod · 0.95
download_node_nightlyFunction · 0.80

Calls 1

installation_pathMethod · 0.95

Tested by

no test coverage detected