MCPcopy 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
22func (this *File) Name() string {
23 return this.rawFile.Name()
24}
25
26func (this *File) Fd() uintptr {
27 return this.rawFile.Fd()

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected