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

Function report

src/platform/progress/decorator.ts:18–24  ·  view source on GitHub ↗
(progress: Progress)

Source from the content-addressed store, hash-verified

16}
17
18function report(progress: Progress) {
19 try {
20 _reporters.forEach((item) => item.report(progress));
21 } catch (ex) {
22 logger.error('Failed to report progress', ex);
23 }
24}
25
26/**
27 * Reports a user reportable action.

Callers 1

reportActionFunction · 0.85

Calls 3

reportMethod · 0.65
errorMethod · 0.65
forEachMethod · 0.45

Tested by

no test coverage detected