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

Method findOutBindPair

struct.go:83–91  ·  view source on GitHub ↗
(i uint64)

Source from the content-addressed store, hash-verified

81}
82
83func (f *folder) findOutBindPair(i uint64) *bindPair {
84 for _, v := range f.bindPair {
85 if v.out == i {
86 return v
87 }
88 }
89
90 return nil
91}
92
93func (f *folder) coderReader(readers []io.ReadCloser, coder uint64, password string) (io.ReadCloser, bool, error) {
94 dcomp := decompressor(f.coder[coder].id)

Callers 2

unpackSizeMethod · 0.95
folderReaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected