MCPcopy Create free account
hub / github.com/github/gh-aw / noopStyleRenderer

Struct noopStyleRenderer

pkg/cli/gateway_logs_timeline_render.go:402–402  ·  view source on GitHub ↗

noopStyleRenderer is a streamStyleRenderer that returns its input unchanged. It is used in place of a real lipgloss style when output is not a TTY.

Source from the content-addressed store, hash-verified

400// noopStyleRenderer is a streamStyleRenderer that returns its input unchanged.
401// It is used in place of a real lipgloss style when output is not a TTY.
402type noopStyleRenderer struct{}
403
404func (noopStyleRenderer) Render(strs ...string) string {
405 if len(strs) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected