(id: string)
| 248 | } |
| 249 | |
| 250 | function windowStateFile(id: string) { |
| 251 | return `window-state-${id.replace(/[^a-zA-Z0-9._-]/g, "-")}.json` |
| 252 | } |
| 253 | |
| 254 | export function registerRendererProtocol() { |
| 255 | if (protocol.isProtocolHandled(rendererProtocol)) return |
no outgoing calls
no test coverage detected