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

Method installModuleWithOptions

src/updater/updater.js:319–326  ·  view source on GitHub ↗
(name, options, progressCallback)

Source from the content-addressed store, hash-verified

317 }
318
319 installModuleWithOptions(name, options, progressCallback) {
320 return this._sendRequest({
321 InstallModule: {
322 name,
323 options
324 }
325 }, progressCallback);
326 }
327
328 updateToLatest(progressCallback) {
329 return this.updateToLatestWithOptions(null, progressCallback);

Callers 1

installModuleMethod · 0.95

Calls 1

_sendRequestMethod · 0.95

Tested by

no test coverage detected