MCPcopy
hub / github.com/bombshell-dev/clack / stop

Method stop

packages/prompts/src/spinner.ts:27–27  ·  view source on GitHub ↗
(msg?: string)

Source from the content-addressed store, hash-verified

25export interface SpinnerResult {
26 start(msg?: string): void;
27 stop(msg?: string): void;
28 cancel(msg?: string): void;
29 error(msg?: string): void;
30 message(msg?: string): void;

Callers 10

spinner.test.tsFile · 0.80
tasksFunction · 0.80
mainFunction · 0.80
spinner-cancel.tsFile · 0.80
spinner-ci.tsFile · 0.80
mainFunction · 0.80
spinner.tsFile · 0.80
demoFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected