| 154 | Windows []kittyWindow `json:"windows"` |
| 155 | } |
| 156 | type kittyWindow struct { |
| 157 | ID int `json:"id"` |
| 158 | ForegroundProcesses []kittyFGProc `json:"foreground_processes"` |
| 159 | } |
| 160 | type kittyFGProc struct { |
| 161 | Cmdline []string `json:"cmdline"` |
| 162 | } |
nothing calls this directly
no outgoing calls
no test coverage detected