MCPcopy
hub / github.com/lightningpixel/modly / start

Method start

electron/main/python-bridge.ts:25–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 async start(): Promise<void> {
26 if (this.ready) return
27 if (this.startPromise) return this.startPromise
28 this.startPromise = this._start()
29 try {
30 await this.startPromise
31 } finally {
32 this.startPromise = null
33 }
34 }
35
36 private async _start(): Promise<void> {
37 if (this.process) {

Callers 7

restartMethod · 0.95
setupIpcHandlersFunction · 0.80
SplatViewer.tsxFile · 0.80
appStore.tsFile · 0.80
_startMethod · 0.80
_extract_thinkingFunction · 0.80
_run_generationFunction · 0.80

Calls 1

_startMethod · 0.95

Tested by

no test coverage detected