MCPcopy Create free account
hub / github.com/Facets-cloud/flow / kittyWindow

Struct kittyWindow

internal/kitty/kitty.go:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 Windows []kittyWindow `json:"windows"`
155}
156type kittyWindow struct {
157 ID int `json:"id"`
158 ForegroundProcesses []kittyFGProc `json:"foreground_processes"`
159}
160type kittyFGProc struct {
161 Cmdline []string `json:"cmdline"`
162}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected