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

Method initEngineClient

src/main/Application.js:182–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 }
181
182 initEngineClient () {
183 const port = this.configManager.getSystemConfig('rpc-listen-port')
184 const secret = this.configManager.getSystemConfig('rpc-secret')
185 this.engineClient = new EngineClient({
186 port,
187 secret
188 })
189 }
190
191 initAutoLaunchManager () {
192 this.autoLaunchManager = new AutoLaunchManager()

Callers 1

initMethod · 0.95

Calls 1

getSystemConfigMethod · 0.80

Tested by

no test coverage detected