MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / isAutoUpgradeMethod

Function isAutoUpgradeMethod

src/cli/commands/upgrade.ts:452–454  ·  view source on GitHub ↗
(method: InstallMethod)

Source from the content-addressed store, hash-verified

450// --- Helpers ---
451
452function isAutoUpgradeMethod(method: InstallMethod): method is AutoUpgradeMethod {
453 return method.kind === 'homebrew' || method.kind === 'npm-global';
454}
455
456function writeLine(text: string): void {
457 process.stdout.write(`${text}\n`);

Callers 1

runUpgradeCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected