MCPcopy Index your code
hub / github.com/cloudconvert/cloudconvert-cli / createSpinner

Function createSpinner

test/job.test.ts:582–588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

580}
581
582function createSpinner(): Spinner {
583 return {
584 text: '',
585 succeed: vi.fn(),
586 fail: vi.fn()
587 };
588}
589
590function createSignalEmitter(): {
591 once: ReturnType<typeof vi.fn<(signal: 'SIGINT', listener: () => void) => void>>;

Callers 1

job.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected