MCPcopy Create free account
hub / github.com/ZToolsCenter/ZTools / constructor

Method constructor

src/main/core/sync/syncEngine.ts:22–25  ·  view source on GitHub ↗
(db: LmdbDatabase)

Source from the content-addressed store, hash-verified

20 private mainWindow: BrowserWindow | null = null
21
22 constructor(db: LmdbDatabase) {
23 this.db = db
24 this.webdavClient = new WebDAVSyncClient()
25 }
26
27 /**
28 * 设置主窗口引用(用于发送 plugins-changed 事件)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected