MCPcopy Create free account
hub / github.com/donatj/sqlread / scan

Method scan

parser.go:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (p *Parser) scan() (c LexItem, ok bool) {
21 c, ok = <-p.items
22 return
23}
24
25func (p *Parser) scanUntil(l ...lexItemType) (c LexItem, ok bool) {
26 for {

Callers 13

scanUntilMethod · 0.95
ParseStartMethod · 0.80
parseQuitMethod · 0.80
parseShowTablesMethod · 0.80
parseShowColumnsMethod · 0.80
parseShowCreateTableMethod · 0.80
parseSelectMethod · 0.80
ParseStartMethod · 0.80
ParseStartMethod · 0.80
parseCreateBuilderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected