Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ increment
Method
increment
src/ui/components/Progress.ts:295–297 ·
view source on GitHub ↗
* 增加进度
(delta: number = 1)
Source
from the content-addressed store, hash-verified
293
* 增加进度
294
*/
295
public increment(delta: number = 1): void {
296
this.update(this.current + delta);
297
}
298
299
/**
300
* 渲染进度条
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected