MCPcopy Create free account
hub / github.com/cli/cli / fakeTerm

Struct fakeTerm

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

Source from the content-addressed store, hash-verified

557}
558
559type fakeTerm struct{}
560
561func (t fakeTerm) IsTerminalOutput() bool {
562 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected