MCPcopy Create free account
hub / github.com/cortexkit/magic-context / stop

Method stop

packages/cli/src/lib/prompts.ts:47–47  ·  view source on GitHub ↗
(message?: string)

Source from the content-addressed store, hash-verified

45export interface PromptSpinner {
46 start(message?: string): void;
47 stop(message?: string): void;
48 message(message: string): void;
49}
50

Callers 11

disposeMethod · 0.65
disposeMethod · 0.65
stopMethod · 0.65
pickFreePortFunction · 0.65
runClearFunction · 0.65
runSetupFunction · 0.65
runIssueFlowFunction · 0.65
runIssueFlowFunction · 0.65
checkEmbeddingConfigFunction · 0.65
runSetupFunction · 0.65
stopFunction · 0.65

Implementers 1

MagicContextRpcServerpackages/plugin/src/shared/rpc-server.

Calls

no outgoing calls

Tested by

no test coverage detected