MCPcopy Create free account
hub / github.com/bodgit/sevenzip / Checksum

Method Checksum

struct.go:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122func (rc *folderReadCloser) Checksum() []byte {
123 return rc.h.Sum(nil)
124}
125
126func (rc *folderReadCloser) Seek(offset int64, whence int) (int64, error) {
127 var newo int64

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected