Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Soundnode/soundnode-app
/ showAndFocus
Function
showAndFocus
main.js:176–179 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
174
});
175
176
function
showAndFocus() {
177
mainWindow.show();
178
mainWindow.focus();
179
}
180
181
function
initializeMediaShortcuts() {
182
globalShortcut.register(
'MediaPlayPause'
, () => {
Callers
1
main.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected