MCPcopy Create free account
hub / github.com/aptly-dev/aptly / NewOutput

Function NewOutput

task/output.go:26–28  ·  view source on GitHub ↗

NewOutput creates new output

()

Source from the content-addressed store, hash-verified

24
25// NewOutput creates new output
26func NewOutput() *Output {
27 return &Output{mu: &sync.Mutex{}, output: &bytes.Buffer{}}
28}
29
30func (t *Output) String() string {
31 t.mu.Lock()

Callers 1

NewTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected