MCPcopy
hub / github.com/cli/cli / fakeTerm

Struct fakeTerm

pkg/iostreams/iostreams.go:525–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525type fakeTerm struct{}
526
527func (t fakeTerm) IsTerminalOutput() bool {
528 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected