Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HashLoad/boss
/ newWriter
Function
newWriter
core/gitWrapper/git_native.go:129–131 ·
view source on GitHub ↗
(errorWritter bool)
Source
from the content-addressed store, hash-verified
127
}
128
129
func
newWriter(errorWritter bool) *writer {
130
return
&writer{errorWritter: errorWritter}
131
}
132
133
func
(writer *writer) Write(p []byte) (n int, err error) {
134
var
str =
" "
+ string(p)
Callers
1
runCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected