MCPcopy Index your code
hub / github.com/syncthing/syncthing / Select

Method Select

internal/db/sqlite/basedb.go:283–283  ·  view source on GitHub ↗
(dest any, args ...any)

Source from the content-addressed store, hash-verified

281 Get(dest any, args ...any) error
282 Queryx(args ...any) (*sqlx.Rows, error)
283 Select(dest any, args ...any) error
284}
285
286type failedStmt struct {

Callers 11

ListDevicesForFolderMethod · 0.65
DebugCountsMethod · 0.65
ListFoldersMethod · 0.65
cleanDroppedFoldersMethod · 0.65
CountLocalMethod · 0.65
CountGlobalMethod · 0.65
needSizeLocalMethod · 0.65
needSizeRemoteMethod · 0.65
tableStatsMethod · 0.65
GetGlobalAvailabilityMethod · 0.65

Implementers 1

failedStmtinternal/db/sqlite/basedb.go

Calls

no outgoing calls

Tested by

no test coverage detected