Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
export
interface
Cancelable {
11
cancel(): void;
12
}
Callers
nothing calls this directly
Implementers
7
OpenAiWhisperRequest
src/backend/infrastructure/openai/Open
FfmpegProcessRunner
src/backend/infrastructure/media/ffmpe
DpTaskController
src/backend/adapters/controllers/DpTas
DpTaskServiceImpl
src/backend/application/services/impl/
FfmpegServiceImpl
src/backend/application/services/impl/
CloudTranscriptionServiceImpl
src/backend/application/services/impl/
LocalTranscriptionServiceImpl
src/backend/application/services/impl/
Calls
no outgoing calls
Tested by
no test coverage detected