MCPcopy Index your code
hub / github.com/dreamsofcode-io/zenstats / New

Function New

internal/repository/db.go:20–22  ·  view source on GitHub ↗
(db DBTX)

Source from the content-addressed store, hash-verified

18}
19
20func New(db DBTX) *Queries {
21 return &Queries{db: db}
22}
23
24type Queries struct {
25 db DBTX

Callers 1

loadPagesMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected