MCPcopy
hub / github.com/go-task/task / Interleaved

Struct Interleaved

internal/output/interleaved.go:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Interleaved struct{}
10
11func (Interleaved) WrapWriter(stdOut, stdErr io.Writer, _ string, _ *templater.Cache) (io.Writer, io.Writer, CloseFunc) {
12 return stdOut, stdErr, func(error) error { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected