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

Function execRead

scripts/devtools/utils.js:89–93  ·  view source on GitHub ↗
(command, options)

Source from the content-addressed store, hash-verified

87}
88
89async function execRead(command, options) {
90 const {stdout} = await exec(command, options);
91
92 return stdout.trim();
93}
94
95function readSavedBuildMetadata() {
96 const path = join(BUILD_METADATA_TEMP_DIRECTORY, 'metadata');

Callers 6

publishToNPMFunction · 0.70
checkNPMPermissionsFunction · 0.70
checkProjectFunction · 0.70
getCommitLogFunction · 0.70
getPreviousCommitShaFunction · 0.70
downloadLatestReactBuildFunction · 0.70

Calls 1

execFunction · 0.85

Tested by

no test coverage detected