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

Function getUnsignedExitCode

freebuff/cli/release/index.js:59–61  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

57}
58
59function getUnsignedExitCode(code) {
60 return code != null && code < 0 ? (code >>> 0) : code
61}
62
63function isWindowsNativeCrashCode(code) {
64 const unsignedCode = getUnsignedExitCode(code)

Callers 2

isWindowsNativeCrashCodeFunction · 0.70
printCrashDiagnosticsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected