MCPcopy
hub / github.com/solidSpoon/DashPlayer / Cancelable

Interface Cancelable

src/common/interfaces/index.ts:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10export interface Cancelable {
11 cancel(): void;
12}

Callers

nothing calls this directly

Implementers 7

OpenAiWhisperRequestsrc/backend/infrastructure/openai/Open
FfmpegProcessRunnersrc/backend/infrastructure/media/ffmpe
DpTaskControllersrc/backend/adapters/controllers/DpTas
DpTaskServiceImplsrc/backend/application/services/impl/
FfmpegServiceImplsrc/backend/application/services/impl/
CloudTranscriptionServiceImplsrc/backend/application/services/impl/
LocalTranscriptionServiceImplsrc/backend/application/services/impl/

Calls

no outgoing calls

Tested by

no test coverage detected