MCPcopy Create free account
hub / github.com/ariga/atlas / ToStringTree

Method ToStringTree

cmd/atlas/internal/sqlparse/sqliteparse/parser.go:1614–1616  ·  view source on GitHub ↗
(ruleNames []string, recog antlr.Recognizer)

Source from the content-addressed store, hash-verified

1612}
1613
1614func (s *ParseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string {
1615 return antlr.TreesStringTree(s, ruleNames, recog)
1616}
1617
1618func (s *ParseContext) EnterRule(listener antlr.ParseTreeListener) {
1619 if listenerT, ok := listener.(ParserListener); ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected