Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
func
(p *Parser) scan() (c LexItem, ok bool) {
21
c, ok = <-p.items
22
return
23
}
24
25
func
(p *Parser) scanUntil(l ...lexItemType) (c LexItem, ok bool) {
26
for
{
Callers
13
scanUntil
Method · 0.95
ParseStart
Method · 0.80
parseQuit
Method · 0.80
parseShowTables
Method · 0.80
parseShowColumns
Method · 0.80
parseShowCreateTable
Method · 0.80
parseSelect
Method · 0.80
parseSelectFromBuilder
Method · 0.80
parseSelectIntoOutfileBuilder
Method · 0.80
ParseStart
Method · 0.80
ParseStart
Method · 0.80
parseCreateBuilder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected