MCPcopy Create free account
hub / github.com/GooseMod/OpenAsar / constructQueryCurrentVersionsRequest

Method constructQueryCurrentVersionsRequest

src/updater/updater.js:265–271  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

263 }
264
265 constructQueryCurrentVersionsRequest(options) {
266 return {
267 QueryCurrentVersions: {
268 options
269 }
270 };
271 }
272
273 queryCurrentVersionsWithOptions(options) {
274 return this._sendRequest(this.constructQueryCurrentVersionsRequest(options));

Calls

no outgoing calls

Tested by

no test coverage detected