MCPcopy Index your code
hub / github.com/GooseMod/OpenAsar / commitModules

Method commitModules

src/updater/updater.js:352–356  ·  view source on GitHub ↗
(queryOptions, versions)

Source from the content-addressed store, hash-verified

350 }
351
352 async commitModules(queryOptions, versions) {
353 if (this.committedHostVersion == null) throw 'No host';
354
355 this._commitModulesInner(versions ?? await this.queryCurrentVersionsWithOptions(queryOptions));
356 }
357
358 queryAndTruncateHistory() {
359 const history = this.updateEventHistory;

Callers

nothing calls this directly

Calls 2

_commitModulesInnerMethod · 0.95

Tested by

no test coverage detected