MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / shouldExit

Method shouldExit

packages/cli/lib/base-generator.js:444–446  ·  view source on GitHub ↗

* Check if the generator should exit

()

Source from the content-addressed store, hash-verified

442 * Check if the generator should exit
443 */
444 shouldExit() {
445 return !!this.exitGeneration;
446 }
447
448 async _runLintFix() {
449 if (this.options.format) {

Callers 15

installMethod · 0.95
endMethod · 0.95
promptArtifactNameMethod · 0.80
scaffoldMethod · 0.80
endMethod · 0.80
setOptionsMethod · 0.80
promptProjectNameMethod · 0.80
promptProjectDirMethod · 0.80
promptOptionsMethod · 0.80
promptYarnInstallMethod · 0.80
scaffoldMethod · 0.80
checkLoopBackProjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected