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

Method SeekStart

internal/caches/open_file.go:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (this *OpenFile) SeekStart() error {
29 _, err := this.fp.Seek(0, io.SeekStart)
30 return err
31}
32
33func (this *OpenFile) Close() error {
34 this.meta = nil

Callers 1

GetMethod · 0.80

Calls 1

SeekMethod · 0.80

Tested by

no test coverage detected