MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / sdk_exists

Function sdk_exists

Tests/SdkIntegration/tactility.py:151–153  ·  view source on GitHub ↗
(version, platform)

Source from the content-addressed store, hash-verified

149 return f"{ttbuild_cdn}/sdk/{version}/{file}"
150
151def sdk_exists(version, platform):
152 sdk_dir = get_sdk_dir(version, platform)
153 return os.path.isdir(sdk_dir)
154
155def should_update_tool_json():
156 global ttbuild_cdn

Callers 1

sdk_download_allFunction · 0.85

Calls 1

get_sdk_dirFunction · 0.85

Tested by

no test coverage detected