Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iuroc/bilidown
/ add
Method
add
server/task/task.go:361–363 ·
view source on GitHub ↗
(n int)
Source
from the content-addressed store, hash-verified
359
}
360
361
func
(p *progressBar) add(n int) {
362
p.current += int64(n)
363
}
364
365
func
(p *progressBar) percent() float64 {
366
return
float64(p.current) / float64(p.total)
Callers
5
index.ts
File · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
start
Method · 0.80
DownloadMedia
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected