MCPcopy
hub / github.com/syncthing/syncthing / FileName

Method FileName

lib/protocol/bep_fileinfo.go:421–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419}
420
421func (f FileInfo) FileName() string {
422 return f.Name
423}
424
425func (f FileInfo) FileLocalFlags() FlagLocal {
426 return f.LocalFlags

Callers 7

TestRenameSequenceOrderFunction · 0.80
TestRenameSameFileFunction · 0.80
TestRenameBatchFlushFunction · 0.80
TestScanRenameCaseOnlyFunction · 0.80
processNeededMethod · 0.80
pullMethod · 0.80
fileIntfJSONMapFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestRenameSequenceOrderFunction · 0.64
TestRenameSameFileFunction · 0.64
TestRenameBatchFlushFunction · 0.64
TestScanRenameCaseOnlyFunction · 0.64