MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / VenueCountByCity

Method VenueCountByCity

examples/ondeck/sqlite/querier.go:22–22  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

20 UpdateCityName(ctx context.Context, arg UpdateCityNameParams) error
21 UpdateVenueName(ctx context.Context, arg UpdateVenueNameParams) error
22 VenueCountByCity(ctx context.Context) ([]VenueCountByCityRow, error)
23}
24
25var _ Querier = (*Queries)(nil)

Callers 3

runOnDeckQueriesFunction · 0.65
runOnDeckQueriesFunction · 0.65
runOnDeckQueriesFunction · 0.65

Calls

no outgoing calls

Tested by 3

runOnDeckQueriesFunction · 0.52
runOnDeckQueriesFunction · 0.52
runOnDeckQueriesFunction · 0.52