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

Struct KeywordContext

internal/engine/sqlite/parser/sqlite_parser.go:29365–29368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29363}
29364
29365type KeywordContext struct {
29366 antlr.BaseParserRuleContext
29367 parser antlr.Parser
29368}
29369
29370func NewEmptyKeywordContext() *KeywordContext {
29371 var p = new(KeywordContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected