Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ FP
Method
FP
internal/caches/reader_file.go:355–357 ·
view source on GitHub ↗
FP 原始的文件句柄
()
Source
from the content-addressed store, hash-verified
353
354
// FP 原始的文件句柄
355
func
(this *FileReader) FP() *os.File {
356
return
this.fp.Raw()
357
}
358
359
func
(this *FileReader) Close() error {
360
if
this.isClosed {
Callers
nothing calls this directly
Calls
1
Raw
Method · 0.45
Tested by
no test coverage detected