MCPcopy
hub / github.com/sqlc-dev/sqlc / Analyzer

Struct Analyzer

internal/engine/sqlite/analyzer/analyze.go:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type Analyzer struct {
23 db config.Database
24 conn *sqlite3.Conn
25 dbg opts.Debug
26 replacer *shfmt.Replacer
27 mu sync.Mutex
28}
29
30func New(db config.Database) *Analyzer {
31 return &Analyzer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected