MCPcopy Create free account
hub / github.com/react/react / main

Function main

scripts/release/download-experimental-build.js:56–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56const main = async () => {
57 const {commit, releaseChannel, noVerify} = argv;
58 try {
59 await downloadBuildArtifacts({
60 commit,
61 releaseChannel,
62 noVerify,
63 });
64 printSummary(argv.commit);
65 } catch (error) {
66 handleError(error);
67 }
68};
69
70main();

Callers 1

Calls 3

downloadBuildArtifactsFunction · 0.85
printSummaryFunction · 0.85
handleErrorFunction · 0.70

Tested by

no test coverage detected