MCPcopy Index your code
hub / github.com/react/react / getDefaultReactPath

Function getDefaultReactPath

scripts/bench/build.js:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41function getDefaultReactPath() {
42 return join(__dirname, 'remote-repo');
43}
44
45async function buildBenchmark(reactPath = getDefaultReactPath(), benchmark) {
46 // get the build.js from the benchmark directory and execute it

Callers 3

buildBenchmarkFunction · 0.85
buildReactBundlesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected