MCPcopy
hub / github.com/GooseMod/OpenAsar / updateToLatestWithOptions

Method updateToLatestWithOptions

src/updater/updater.js:332–338  ·  view source on GitHub ↗
(options, progressCallback)

Source from the content-addressed store, hash-verified

330 }
331
332 updateToLatestWithOptions(options, progressCallback) {
333 return this._sendRequest({
334 UpdateToLatest: {
335 options
336 }
337 }, progressCallback);
338 }
339
340
341 async startCurrentVersion(queryOptions, options) {

Callers 2

updateToLatestMethod · 0.95
initNewFunction · 0.80

Calls 1

_sendRequestMethod · 0.95

Tested by

no test coverage detected