Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
60
export
default
new
LoadWindow();
Callers
15
createTrayMenu
Function · 0.45
getTrackInfoFromRenderer
Function · 0.45
initSingleLock
Function · 0.45
trySendCustomProtocol
Function · 0.45
handleMpvEvent
Method · 0.45
handleControlCommand
Method · 0.45
initSystemIpc
Function · 0.45
initShortcutIpc
Function · 0.45
initUpdateIpc
Function · 0.45
initMacStatusBarIpc
Function · 0.45
initTaskbarIpc
Function · 0.45
initWindowsIpc
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected