Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
337
func
(s *schemaVersion) AppliedTime() time.Time {
338
return
time.Unix(0, s.AppliedAt)
339
}
340
341
func
(s *baseDB) setAppliedSchemaVersion(tx *sqlx.Tx, ver int) error {
342
_, err := tx.Exec(`
Callers
1
TestBasics
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestBasics
Function · 0.64