MCPcopy
hub / github.com/syncthing/syncthing / LocalSize

Method LocalSize

lib/model/model.go:101–101  ·  view source on GitHub ↗
(folder string, device protocol.DeviceID)

Source from the content-addressed store, hash-verified

99 LocalFiles(folder string, device protocol.DeviceID) (iter.Seq[protocol.FileInfo], func() error)
100 LocalFilesSequenced(folder string, device protocol.DeviceID, startSet int64) (iter.Seq[protocol.FileInfo], func() error)
101 LocalSize(folder string, device protocol.DeviceID) (db.Counts, error)
102 GlobalSize(folder string) (db.Counts, error)
103 NeedSize(folder string, device protocol.DeviceID) (db.Counts, error)
104 ReceiveOnlySize(folder string) (db.Counts, error)

Callers 10

TestRecvOnlyRevertNeedsFunction · 0.65
TestRecvOnlyUndoChangesFunction · 0.65
SummaryMethod · 0.65
TestIssue3028Function · 0.65
LocalSizeMethod · 0.65

Implementers 2

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

Calls

no outgoing calls