Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
func
(rc *folderReadCloser) Checksum() []byte {
123
return
rc.h.Sum(nil)
124
}
125
126
func
(rc *folderReadCloser) Seek(offset int64, whence int) (int64, error) {
127
var
newo int64
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected