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

Method start

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

Source from the content-addressed store, hash-verified

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

Callers 11

spinner.test.tsFile · 0.80
tasksFunction · 0.80
startFunction · 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