Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Name
Method
Name
internal/utils/fs/file.go:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(this *File) Name() string {
23
return
this.rawFile.Name()
24
}
25
26
func
(this *File) Fd() uintptr {
27
return
this.rawFile.Fd()
Callers
nothing calls this directly
Calls
1
Name
Method · 0.65
Tested by
no test coverage detected