Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
172
func
(fr *FileReader) Close() error {
return
nil }
173
174
func
(fr *FileReader) ReadAt(p []byte, offset int64) (n int, err error) {
175
if
offset < 0 {
Callers
13
Run
Method · 0.95
vivify
Function · 0.95
readPrefixOrFile
Function · 0.95
populateFile
Method · 0.95
fileInfoPacked
Function · 0.95
checkFiles
Method · 0.95
imprt
Method · 0.95
TestReaderSeekStress
Function · 0.95
TestReaderEfficiency
Function · 0.95
Open
Method · 0.95
serveRef
Function · 0.95
smartFetch
Function · 0.95
Calls
no outgoing calls
Tested by
2
TestReaderSeekStress
Function · 0.76
TestReaderEfficiency
Function · 0.76