MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / shouldExitAlternateScreen

Function shouldExitAlternateScreen

cli/release-staging/index.js:73–75  ·  view source on GitHub ↗
(code, signal)

Source from the content-addressed store, hash-verified

71}
72
73function shouldExitAlternateScreen(code, signal) {
74 return Boolean(signal) || isWindowsNativeCrashCode(code)
75}
76
77function createConfig(packageName) {
78 const homeDir = os.homedir()

Callers 2

checkForUpdatesFunction · 0.70
exitListenerFunction · 0.70

Calls 1

isWindowsNativeCrashCodeFunction · 0.70

Tested by

no test coverage detected