Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Fd
Method
Fd
internal/utils/fs/file.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
(this *File) Fd() uintptr {
27
return
this.rawFile.Fd()
28
}
29
30
func
(this *File) Raw() *os.File {
31
return
this.rawFile
Callers
3
tryLock
Method · 0.80
openWriter
Method · 0.80
handlePanic
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected