Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donatj/sqlread
/ Run
Method
Run
scanner.go:142–147 ·
view source on GitHub ↗
(start state)
Source
from the content-addressed store, hash-verified
140
)
141
142
func
(l *lexer) Run(start state) {
143
for
state := start; state != nil; {
144
state = state(l)
145
}
146
close(l.items)
147
}
148
149
func
(l *lexer) accept(bs []byte) (c int) {
150
for
{
Callers
nothing calls this directly
Calls
1
state
FuncType · 0.85
Tested by
no test coverage detected