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

Method inputNamePattern

scripts/clear-session-bindings.ts:790–793  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

788 }
789
790 async inputNamePattern(): Promise<string | null> {
791 const input = await this.question("请输入供应商名称(模糊匹配): ");
792 return input || null;
793 }
794}
795
796// ============================================================================

Callers 1

mainFunction · 0.80

Calls 1

questionMethod · 0.95

Tested by

no test coverage detected