MCPcopy 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 原始的文件句柄
355func (this *FileReader) FP() *os.File {
356 return this.fp.Raw()
357}
358
359func (this *FileReader) Close() error {
360 if this.isClosed {

Callers

nothing calls this directly

Calls 1

RawMethod · 0.45

Tested by

no test coverage detected