MCPcopy
hub / github.com/perkeep/perkeep / Close

Method Close

pkg/schema/filereader.go:172–172  ·  view source on GitHub ↗

Close currently does nothing.

()

Source from the content-addressed store, hash-verified

170
171// Close currently does nothing.
172func (fr *FileReader) Close() error { return nil }
173
174func (fr *FileReader) ReadAt(p []byte, offset int64) (n int, err error) {
175 if offset < 0 {

Callers 13

RunMethod · 0.95
vivifyFunction · 0.95
readPrefixOrFileFunction · 0.95
populateFileMethod · 0.95
fileInfoPackedFunction · 0.95
checkFilesMethod · 0.95
imprtMethod · 0.95
TestReaderSeekStressFunction · 0.95
TestReaderEfficiencyFunction · 0.95
OpenMethod · 0.95
serveRefFunction · 0.95
smartFetchFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestReaderSeekStressFunction · 0.76
TestReaderEfficiencyFunction · 0.76