MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / report

Method report

src/platform/progress/types.ts:6–6  ·  view source on GitHub ↗
(progress: Progress)

Source from the content-addressed store, hash-verified

4export type Progress = { action: ReportableAction; phase: 'started' | 'completed' };
5export interface IProgressReporter {
6 report(progress: Progress): void;
7}
8
9/**

Callers 14

reportProgressMethod · 0.65
handleOpenInDeepnoteMethod · 0.65
runFunction · 0.65
afterAllFunction · 0.65
reportFunction · 0.65
showMethod · 0.65
updateProgressMessageMethod · 0.65

Implementers 2

ProgressReportersrc/platform/progress/progressReporter
VSCodeReportersrc/platform/progress/progressReporter

Calls

no outgoing calls

Tested by

no test coverage detected