MCPcopy
hub / github.com/syncthing/syncthing / CurrentFolderFile

Method CurrentFolderFile

lib/model/model.go:114–114  ·  view source on GitHub ↗
(folder string, file string)

Source from the content-addressed store, hash-verified

112 FolderProgressBytesCompleted(folder string) int64
113
114 CurrentFolderFile(folder string, file string) (protocol.FileInfo, bool, error)
115 CurrentGlobalFile(folder string, file string) (protocol.FileInfo, bool, error)
116 Availability(folder string, file protocol.FileInfo, block protocol.BlockInfo) ([]Availability, error)
117

Callers 5

testCurrentFolderFileMethod · 0.65
TestBlockListMapFunction · 0.65
deletedNotLocallyChangedFunction · 0.65
getDBFileMethod · 0.65
getDebugFileMethod · 0.65

Implementers 2

modellib/model/model.go
Modellib/model/mocks/model.go

Calls

no outgoing calls

Tested by 3

testCurrentFolderFileMethod · 0.52
TestBlockListMapFunction · 0.52
deletedNotLocallyChangedFunction · 0.52