Skip to content

Commit ad77361

Browse files
committed
Get back missed comment
1 parent 7413f24 commit ad77361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/repository/files/temp_repo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ func (t *TemporaryUploadRepository) RemoveFilesFromIndex(filenames ...string) er
156156
return nil
157157
}
158158

159+
// HashObject writes the provided content to the object db and returns its hash
159160
func (t *TemporaryUploadRepository) HashObject(content io.Reader) (string, error) {
160161
stdOut := new(bytes.Buffer)
161162
stdErr := new(bytes.Buffer)

0 commit comments

Comments
 (0)