MCPcopy
hub / github.com/syncthing/syncthing / DB

Struct DB

internal/db/sqlite/db_open.go:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type DB struct {
28 *baseDB
29
30 pathBase string
31 deleteRetention time.Duration
32
33 folderDBsMut sync.RWMutex
34 folderDBs map[string]*folderDB
35 folderDBOpener func(folder, path string, deleteRetention time.Duration) (*folderDB, error)
36}
37
38var _ db.DB = (*DB)(nil)
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected