MCPcopy 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
26func (this *File) Fd() uintptr {
27 return this.rawFile.Fd()
28}
29
30func (this *File) Raw() *os.File {
31 return this.rawFile

Callers 3

tryLockMethod · 0.80
openWriterMethod · 0.80
handlePanicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected