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

Struct focusFlags

internal/spawner/spawner_test.go:408–410  ·  view source on GitHub ↗

focusFlags bundles per-backend "was called" flags so the focus routing tests can assert which backend FocusSession dispatched to without an awkward multi-return-value tuple.

Source from the content-addressed store, hash-verified

406// routing tests can assert which backend FocusSession dispatched to
407// without an awkward multi-return-value tuple.
408type focusFlags struct {
409 iterm, terminal, zellij, kitty *bool
410}
411
412// stubAllFocusBackends replaces the per-backend PSRunner / RunnerOutput
413// vars with stubs that flip a bool when the backend's FocusSession

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected