Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reset
Method · 0.95
updateStatusBar
Method · 0.95
Calls
1
update
Method · 0.65
Tested by
no test coverage detected