Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
func
NewOutput() *Output {
27
return
&Output{mu: &sync.Mutex{}, output: &bytes.Buffer{}}
28
}
29
30
func
(t *Output) String() string {
31
t.mu.Lock()
Callers
1
NewTask
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected