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

Method findInBindPair

struct.go:73–81  ·  view source on GitHub ↗
(i uint64)

Source from the content-addressed store, hash-verified

71}
72
73func (f *folder) findInBindPair(i uint64) *bindPair {
74 for _, v := range f.bindPair {
75 if v.in == i {
76 return v
77 }
78 }
79
80 return nil
81}
82
83func (f *folder) findOutBindPair(i uint64) *bindPair {
84 for _, v := range f.bindPair {

Callers 2

readFolderFunction · 0.80
folderReaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected