MCPcopy Index your code
hub / github.com/cli/cli / Render

Method Render

pkg/cmd/agent-task/shared/log.go:20–20  ·  view source on GitHub ↗
(logs []byte, w io.Writer, io *iostreams.IOStreams)

Source from the content-addressed store, hash-verified

18type LogRenderer interface {
19 Follow(fetcher func() ([]byte, error), w io.Writer, io *iostreams.IOStreams) error
20 Render(logs []byte, w io.Writer, io *iostreams.IOStreams) (stop bool, err error)
21}
22
23type logRenderer struct{}

Callers 15

RenderFunction · 0.65
promptMethod · 0.65
listRunFunction · 0.65
printDiscussionsFunction · 0.65
listRunFunction · 0.65
printVerifiedSubjectsFunction · 0.65
renderReleaseTTYFunction · 0.65
listRunFunction · 0.65
printLogsFunction · 0.65
listRunFunction · 0.65
printResultsFunction · 0.65
printResultsFunction · 0.65

Implementers 2

logRendererpkg/cmd/agent-task/shared/log.go
LogRendererMockpkg/cmd/agent-task/shared/log_mock.go

Calls

no outgoing calls

Tested by

no test coverage detected