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

Function NewParser

internal/engine/postgresql/parse.go:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140func NewParser() *Parser {
141 return &Parser{}
142}
143
144type Parser struct {
145}

Callers 6

NewCompilerFunction · 0.92
TestExpandPostgreSQLFunction · 0.92
TestFormatFunction · 0.92
parse.goFile · 0.92
TestApplyFunction · 0.70
TestUpdateErrorsFunction · 0.70

Calls

no outgoing calls

Tested by 4

TestExpandPostgreSQLFunction · 0.74
TestFormatFunction · 0.74
TestApplyFunction · 0.56
TestUpdateErrorsFunction · 0.56