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

Function NewLogRenderer

pkg/cmd/agent-task/shared/log.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23type logRenderer struct{}
24
25func NewLogRenderer() LogRenderer {
26 return &logRenderer{}
27}
28
29// Follow continuously fetches logs using the provided fetcher function and
30// renders them to the provided writer. It stops when Render indicates to stop.

Callers 2

defaultLogRendererFunction · 0.92
TestFollowFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestFollowFunction · 0.68