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

Method Expr

internal/engine/sqlite/parser/sqlite_parser.go:13588–13590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13586}
13587
13588func (p *SQLiteParser) Expr() (localctx IExprContext) {
13589 return p.expr(0)
13590}
13591
13592func (p *SQLiteParser) expr(_p int) (localctx IExprContext) {
13593 var _parentctx antlr.ParserRuleContext = p.GetParserRuleContext()

Callers

nothing calls this directly

Calls 1

exprMethod · 0.95

Tested by

no test coverage detected