MCPcopy
hub / github.com/syncthing/syncthing / folderDB

Struct folderDB

internal/db/sqlite/folderdb_open.go:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type folderDB struct {
17 *baseDB
18
19 folderID string
20
21 localDeviceIdx int64
22 deleteRetention time.Duration
23}
24
25func openFolderDB(folder, path string, deleteRetention time.Duration) (*folderDB, error) {
26 pragmas := []string{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected