MCPcopy Create free account
hub / github.com/syncthing/syncthing / FileLocalFlags

Method FileLocalFlags

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

Source from the content-addressed store, hash-verified

423}
424
425func (f FileInfo) FileLocalFlags() FlagLocal {
426 return f.LocalFlags
427}
428
429func (f FileInfo) ModTime() time.Time {
430 return time.Unix(f.ModifiedS, int64(f.ModifiedNs))

Callers 1

fileIntfJSONMapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected