MCPcopy Index your code
hub / github.com/riverqueue/river / TimePrecision

Method TimePrecision

riverdriver/river_driver_interface.go:163–163  ·  view source on GitHub ↗

TimePrecision returns the maximum time resolution supported by the database. This is used in test assertions when checking round trips on timestamps. API is not stable. DO NOT USE.

()

Source from the content-addressed store, hash-verified

161 //
162 // API is not stable. DO NOT USE.
163 TimePrecision() time.Duration
164
165 // UnwrapExecutor gets an executor from a driver transaction.
166 //

Callers 6

exerciseJobReadFunction · 0.65
exerciseMigrationFunction · 0.65
exerciseQueueFunction · 0.65
exerciseJobUpdateFunction · 0.65
exerciseJobInsertFunction · 0.65
exerciseLeaderFunction · 0.65

Implementers 3

Driverriverdriver/riverpgxv5/river_pgx_v5_dr
Driverriverdriver/riverdatabasesql/river_dat
Driverriverdriver/riversqlite/river_sqlite_d

Calls

no outgoing calls

Tested by

no test coverage detected