MCPcopy
hub / github.com/react-native-community/upgrade-helper / getRNDiffRepository

Function getRNDiffRepository

src/utils.ts:11–12  ·  view source on GitHub ↗
({ packageName }: { packageName: string })

Source from the content-addressed store, hash-verified

9import versions from './releases'
10
11const getRNDiffRepository = ({ packageName }: { packageName: string }) =>
12 RN_DIFF_REPOSITORIES[packageName]
13
14export const getReleasesFileURL = ({ packageName }: { packageName: string }) =>
15 `https://raw.githubusercontent.com/${getRNDiffRepository({

Callers 3

getReleasesFileURLFunction · 0.85
getDiffURLFunction · 0.85
getBinaryFileURLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected