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

Function update_tool_json

Tests/SdkIntegration/tactility.py:167–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 return True
166
167def update_tool_json():
168 global ttbuild_cdn, ttbuild_path
169 json_url = f"{ttbuild_cdn}/sdk/tool.json"
170 json_filepath = os.path.join(ttbuild_path, "tool.json")
171 return download_file(json_url, json_filepath)
172
173def should_fetch_sdkconfig_files(platform_targets):
174 for platform in platform_targets:

Callers 1

tactility.pyFile · 0.85

Calls 2

joinMethod · 0.80
download_fileFunction · 0.70

Tested by

no test coverage detected