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

Function isInteractiveTTY

src/cli/interactive/prompts.ts:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140}
141
142export function isInteractiveTTY(): boolean {
143 return process.stdin.isTTY === true && process.stdout.isTTY === true;
144}
145
146export function createPrompter(): Prompter {
147 if (!isInteractiveTTY()) {

Callers 9

promptConfirmFunction · 0.90
installSkillFunction · 0.90
ensureAgentsGuidanceFunction · 0.90
collectInitSelectionFunction · 0.90
promptCustomPathFunction · 0.90
registerInitCommandFunction · 0.90
collectSetupSelectionFunction · 0.90
runSetupWizardFunction · 0.90
createPrompterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected