MCPcopy Create free account
hub / github.com/HashLoad/boss / Write

Method Write

core/gitWrapper/git_native.go:133–141  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

131}
132
133func (writer *writer) Write(p []byte) (n int, err error) {
134 var str = " " + string(p)
135 if writer.errorWritter {
136 msg.Err(str)
137 } else {
138 msg.Info(str)
139 }
140 return len(p), nil
141}

Callers 4

hashByteFunction · 0.80
HashDelphiPathFunction · 0.80
SaveConfigurationMethod · 0.80
SaveRepoDataFunction · 0.80

Calls 2

ErrFunction · 0.92
InfoFunction · 0.92

Tested by

no test coverage detected