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

TypeAlias Backend

internal/spawner/spawner.go:38–38  ·  view source on GitHub ↗

Backend identifies which terminal app a SpawnTab call targets.

Source from the content-addressed store, hash-verified

36
37// Backend identifies which terminal app a SpawnTab call targets.
38type Backend string
39
40const (
41 BackendITerm Backend = "iterm"

Callers 1

DetectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected