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

Method PoolIsSet

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

PoolIsSet returns true if the driver is configured with a database pool. API is not stable. DO NOT USE.

()

Source from the content-addressed store, hash-verified

112 //
113 // API is not stable. DO NOT USE.
114 PoolIsSet() bool
115
116 // PoolSet sets a database pool into a driver will a nil pool. This is meant
117 // only for use in testing, and only in specific circumstances where it's

Callers 8

NewClientFunction · 0.65
InsertMethod · 0.65
InsertManyMethod · 0.65
InsertManyFastMethod · 0.65
JobDeleteManyMethod · 0.65
JobListMethod · 0.65
TestSchemaFunction · 0.65
exerciseDriverPoolFunction · 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 1

TestSchemaFunction · 0.52