Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Stat
Method
Stat
internal/utils/fs/file.go:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(this *File) Stat() (os.FileInfo, error) {
35
return
this.rawFile.Stat()
36
}
37
38
func
(this *File) Seek(offset int64, whence int) (ret int64, err error) {
39
ret, err = this.rawFile.Seek(offset, whence)
Callers
nothing calls this directly
Calls
1
Stat
Method · 0.65
Tested by
no test coverage detected