MCPcopy Index your code
hub / github.com/github/copilot-sdk / get_checksums_url

Function get_checksums_url

python/copilot/_cli_version.py:90–95  ·  view source on GitHub ↗

Return the URL for the SHA256SUMS.txt file.

(version: str)

Source from the content-addressed store, hash-verified

88
89
90def get_checksums_url(version: str) -> str:
91 """Return the URL for the SHA256SUMS.txt file."""
92 import os
93
94 base = os.environ.get("COPILOT_CLI_DOWNLOAD_BASE_URL", _DOWNLOAD_BASE_URL)
95 return f"{base}/v{version}/SHA256SUMS.txt"

Callers 1

_fetch_checksumsFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…