MCPcopy 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
129func newWriter(errorWritter bool) *writer {
130 return &writer{errorWritter: errorWritter}
131}
132
133func (writer *writer) Write(p []byte) (n int, err error) {
134 var str = " " + string(p)

Callers 1

runCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected