MCPcopy
hub / github.com/perkeep/perkeep / Name

Method Name

pkg/blobserver/files/files.go:68–68  ·  view source on GitHub ↗

Name returns the full path to the file. It should behave like (*os.File).Name.

()

Source from the content-addressed store, hash-verified

66 // Name returns the full path to the file.
67 // It should behave like (*os.File).Name.
68 Name() string
69 // Sync fsyncs the file, like (*os.File).Sync.
70 Sync() error
71}

Callers 7

walkPackMethod · 0.65
NewFunction · 0.65
fetchMethod · 0.65
appendMethod · 0.65
ReceiveBlobMethod · 0.65
TestNewFromConfigFunction · 0.65
ReadDirNamesMethod · 0.65

Implementers 1

writableFilepkg/blobserver/sftp/sftp.go

Calls

no outgoing calls

Tested by 1

TestNewFromConfigFunction · 0.52