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

Function cleanDir

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

Source from the content-addressed store, hash-verified

10const reactUrl = 'https://github.com/facebook/react.git';
11
12function cleanDir() {
13 return new Promise(_resolve => rimraf('remote-repo', _resolve));
14}
15
16function executeCommand(command) {
17 return new Promise(_resolve =>

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected