MCPcopy Create free account
hub / github.com/Mrs4s/six-cli / StatusStr

Method StatusStr

six_cloud/six_cloud.go:137–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func (task SixOfflineTask) StatusStr() string {
138 switch task.Status {
139 case Failed:
140 return "下载失败"
141 case Downloaded:
142 return "下载完成"
143 case Downloading:
144 return "下载中"
145 case AlmostDownloaded:
146 return "部分下载完成"
147 default:
148 return "未知状态"
149 }
150}

Callers 1

OfflineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected