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

Struct runnerFlags

internal/spawner/spawner_test.go:482–484  ·  view source on GitHub ↗

runnerFlags bundles per-backend "was called" flags so routing tests can assert on which backend SpawnTab dispatched to without an awkward multi-return-value tuple.

Source from the content-addressed store, hash-verified

480// can assert on which backend SpawnTab dispatched to without an
481// awkward multi-return-value tuple.
482type runnerFlags struct {
483 iterm, terminal, zellij, kitty, warp, ghostty *bool
484}
485
486// stubAllRunners replaces every backend's Runner (plus warp's
487// OpenURL/WriteScript and kitty's RunnerOutput) with no-op stubs that

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected