MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Close

Method Close

internal/utils/bfs/file_reader.go:78–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (this *FileReader) Close() error {
79 if this.isClosed {
80 return nil
81 }
82 this.isClosed = true
83 return this.bFile.CloseFileReader(this)
84}
85
86func (this *FileReader) Free() error {
87 return this.fp.Close()

Callers

nothing calls this directly

Calls 1

CloseFileReaderMethod · 0.80

Tested by

no test coverage detected