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

Function confirmContinue

scripts/devtools/utils.js:85–87  ·  view source on GitHub ↗
(exitFunction)

Source from the content-addressed store, hash-verified

83}
84
85async function confirmContinue(exitFunction) {
86 await confirm('Continue the release?', exitFunction);
87}
88
89async function execRead(command, options) {
90 const {stdout} = await exec(command, options);

Callers 5

commitPendingChangesFunction · 0.85
reviewChangelogPromptFunction · 0.85
buildAndTestExtensionsFunction · 0.85

Calls 1

confirmFunction · 0.70

Tested by

no test coverage detected