MCPcopy Index your code
hub / github.com/DTStack/molecule / updateStatus

Method updateStatus

src/services/problemsService.ts:175–177  ·  view source on GitHub ↗
(item: IStatusBarItem<T>)

Source from the content-addressed store, hash-verified

173 }
174
175 private updateStatus<T>(item: IStatusBarItem<T>): void {
176 this.statusBarService.update(item);
177 }
178
179 private getProblemsMarkers = (
180 data: IProblemsItem[]

Callers 2

resetMethod · 0.95
updateStatusBarMethod · 0.95

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected