MCPcopy Index your code
hub / github.com/perkeep/perkeep / FileName

Method FileName

pkg/schema/filereader.go:163–163  ·  view source on GitHub ↗

FileName returns the file schema's filename, if any.

()

Source from the content-addressed store, hash-verified

161
162// FileName returns the file schema's filename, if any.
163func (fr *FileReader) FileName() string { return fr.ss.FileNameString() }
164
165func (fr *FileReader) ModTime() time.Time { return fr.ss.ModTime() }
166

Callers 2

vivifyFunction · 0.95
fileInfoMethod · 0.95

Calls 1

FileNameStringMethod · 0.80

Tested by

no test coverage detected