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

Function createPrompter

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

Source from the content-addressed store, hash-verified

144}
145
146export function createPrompter(): Prompter {
147 if (!isInteractiveTTY()) {
148 return createNonInteractivePrompter();
149 }
150
151 return createTtyPrompter();
152}

Callers 2

registerInitCommandFunction · 0.90
runSetupWizardFunction · 0.90

Calls 3

isInteractiveTTYFunction · 0.85
createTtyPrompterFunction · 0.85

Tested by

no test coverage detected