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

Method AppliedTime

internal/db/sqlite/basedb.go:337–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335}
336
337func (s *schemaVersion) AppliedTime() time.Time {
338 return time.Unix(0, s.AppliedAt)
339}
340
341func (s *baseDB) setAppliedSchemaVersion(tx *sqlx.Tx, ver int) error {
342 _, err := tx.Exec(`

Callers 1

TestBasicsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestBasicsFunction · 0.64