MCPcopy
hub / github.com/git-lfs/git-lfs / Hash

Method Hash

tools/iotools.go:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func (r *HashingReader) Hash() string {
62 return hex.EncodeToString(r.hasher.Sum(nil))
63}
64
65func (r *HashingReader) Read(b []byte) (int, error) {
66 w, err := r.reader.Read(b)

Callers 2

downloadMethod · 0.95
doDownloadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected