Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
425
func
(f FileInfo) FileLocalFlags() FlagLocal {
426
return
f.LocalFlags
427
}
428
429
func
(f FileInfo) ModTime() time.Time {
430
return
time.Unix(f.ModifiedS, int64(f.ModifiedNs))
Callers
1
fileIntfJSONMap
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected