Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
func
(this *OpenFile) SeekStart() error {
29
_, err := this.fp.Seek(0, io.SeekStart)
30
return
err
31
}
32
33
func
(this *OpenFile) Close() error {
34
this.meta = nil
Callers
1
Get
Method · 0.80
Calls
1
Seek
Method · 0.80
Tested by
no test coverage detected