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

Method IndexExists

riverdriver/river_driver_interface.go:200–200  ·  view source on GitHub ↗
(ctx context.Context, params *IndexExistsParams)

Source from the content-addressed store, hash-verified

198 // API is not stable. DO NOT USE.
199 IndexDropIfExists(ctx context.Context, params *IndexDropIfExistsParams) error
200 IndexExists(ctx context.Context, params *IndexExistsParams) (bool, error)
201 IndexesExist(ctx context.Context, params *IndexesExistParams) (map[string]bool, error)
202
203 // IndexReindex reindexes a database index. This abstraction is a little

Callers 5

IndexExistsMethod · 0.65
IndexExistsMethod · 0.65
IndexExistsMethod · 0.65
TestReindexerFunction · 0.65

Implementers 3

Executorriverdriver/riverpgxv5/river_pgx_v5_dr
Executorriverdriver/riverdatabasesql/river_dat
Executorriverdriver/riversqlite/river_sqlite_d

Calls

no outgoing calls

Tested by 1

TestReindexerFunction · 0.52