()
| 8 | let lakeId = null |
| 9 | |
| 10 | const syncWindow = () => |
| 11 | invoke("window.sync", { |
| 12 | lakeId: Current.getLakeId(store.getState()), |
| 13 | id: globalThis.windowId, |
| 14 | }) |
| 15 | |
| 16 | store.subscribe(() => { |
| 17 | const nextId = Current.getLakeId(store.getState()) |
no test coverage detected