MCPcopy Create free account
hub / github.com/Noumena-Network/code / getPublicBinaryUrl

Function getPublicBinaryUrl

src/utils/nativeInstaller/download.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23// Builds may bake this value into MACRO.NATIVE_PACKAGE_URL. Deployments can
24// override it with NCODE_NATIVE_PACKAGE_URL, including internal-only buckets.
25function getPublicBinaryUrl(): string | undefined {
26 return MACRO.NATIVE_PACKAGE_URL || process.env.NCODE_NATIVE_PACKAGE_URL
27}
28
29export const GITHUB_RELEASES_API_URL =
30 process.env.NCODE_GITHUB_RELEASES_API_URL ??

Callers 2

getLatestVersionFunction · 0.70
downloadVersionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected