MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / _asset_url

Function _asset_url

tasks/scripts/release.py:223–224  ·  view source on GitHub ↗
(release_tag: str, filename: str)

Source from the content-addressed store, hash-verified

221
222
223def _asset_url(release_tag: str, filename: str) -> str:
224 return f"{GITHUB_RELEASE_DOWNLOADS}/{release_tag}/{filename}"
225
226
227def render_homebrew_formula(

Callers 1

render_homebrew_formulaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected