MCPcopy Create free account
hub / github.com/ding113/claude-code-hub / question

Method question

scripts/clear-session-bindings.ts:635–639  ·  view source on GitHub ↗
(prompt: string)

Source from the content-addressed store, hash-verified

633 }
634
635 async question(prompt: string): Promise<string> {
636 return new Promise((resolve) => {
637 this.rl.question(prompt, (answer) => resolve(answer.trim()));
638 });
639 }
640
641 close(): void {
642 this.rl.close();

Callers 6

selectProvidersMethod · 0.95
confirmMethod · 0.95
selectMainActionMethod · 0.95
selectProviderTypeMethod · 0.95
inputPriorityMethod · 0.95
inputNamePatternMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected