MCPcopy
hub / github.com/afar1/fieldtheory-cli / close

Method close

src/prompt.ts:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16export interface PromptInterface {
17 question(query: string, callback: (answer: string) => void): void;
18 close(): void;
19 once(event: 'close' | 'SIGINT', listener: () => void): this;
20 removeListener(event: 'close' | 'SIGINT', listener: () => void): this;
21}

Callers 15

runTwitterOAuthFlowFunction · 0.65
queryVizDataFunction · 0.65
onSigintFunction · 0.65
promptWithInterfaceFunction · 0.65
queryWithNodeSqliteFunction · 0.65
doCompileFunction · 0.65
classifyWithLlmFunction · 0.65
classifyDomainsWithLlmFunction · 0.65
writeFileDurableFunction · 0.65
lintMdFunction · 0.65
buildIndexFunction · 0.65
searchBookmarksFunction · 0.65

Calls

no outgoing calls

Tested by 1

createFirefoxProfileFunction · 0.52