MCPcopy
hub / github.com/SPlayer-Dev/SPlayer / getWin

Method getWin

electron/main/windows/load-window.ts:55–57  ·  view source on GitHub ↗

* 获取窗口 * @returns BrowserWindow | null

()

Source from the content-addressed store, hash-verified

53 * @returns BrowserWindow | null
54 */
55 getWin(): BrowserWindow | null {
56 return this.win;
57 }
58}
59
60export default new LoadWindow();

Callers 15

createTrayMenuFunction · 0.45
getTrackInfoFromRendererFunction · 0.45
initSingleLockFunction · 0.45
trySendCustomProtocolFunction · 0.45
handleMpvEventMethod · 0.45
handleControlCommandMethod · 0.45
initSystemIpcFunction · 0.45
initShortcutIpcFunction · 0.45
initUpdateIpcFunction · 0.45
initMacStatusBarIpcFunction · 0.45
initTaskbarIpcFunction · 0.45
initWindowsIpcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected