MCPcopy
hub / github.com/agalwood/Motrix / changeGlobalOption

Method changeGlobalOption

src/main/core/EngineClient.js:55–60  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

53 }
54
55 async changeGlobalOption (options) {
56 logger.info('[Motrix] change engine global option:', options)
57 const args = formatOptionsForEngine(options)
58
59 return this.call('changeGlobalOption', args)
60 }
61
62 async shutdown (options = {}) {
63 const { force = false } = options

Callers 1

savePreferenceMethod · 0.45

Calls 2

callMethod · 0.95
formatOptionsForEngineFunction · 0.90

Tested by

no test coverage detected