MCPcopy
hub / github.com/iuroc/bilidown / newProgressBar

Function newProgressBar

server/task/task.go:369–373  ·  view source on GitHub ↗
(total int64)

Source from the content-addressed store, hash-verified

367}
368
369func newProgressBar(total int64) *progressBar {
370 return &progressBar{
371 total: total,
372 }
373}
374
375func GetTaskList(db *sql.DB, page int, pageSize int) ([]TaskInDB, error) {
376 tasks := []TaskInDB{}

Callers 2

MergeMediaMethod · 0.85
DownloadMediaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected