MCPcopy
hub / github.com/syncthing/syncthing / Exec

Method Exec

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

Source from the content-addressed store, hash-verified

278
279type stmt interface {
280 Exec(args ...any) (sql.Result, error)
281 Get(dest any, args ...any) error
282 Queryx(args ...any) (*sqlx.Rows, error)
283 Select(dest any, args ...any) error

Callers 15

GetIndexIDMethod · 0.65
SetIndexIDMethod · 0.65
DropAllIndexIDsMethod · 0.65
DropFolderMethod · 0.65
openBaseFunction · 0.65
vacuumAndOptimizeMethod · 0.65
runScriptsMethod · 0.65
PutMtimeMethod · 0.65
DeleteMtimeMethod · 0.65

Implementers 1

failedStmtinternal/db/sqlite/basedb.go

Calls

no outgoing calls

Tested by

no test coverage detected