* 下载文件 * @param {string} url 下载地址 * @param {string} dest 保存路径 * @param {function} cb 回调函数(data, errCode) * @param {object} ops 其它配置项 {headers,timeout,opts,agent,retryCount,skipStatusCode,progress:function(total,loaded){}} * @param {number} count 当前请求次数,默认为0
(url, dest, cb, ops, count)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected