MCPcopy 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
142func (l *lexer) Run(start state) {
143 for state := start; state != nil; {
144 state = state(l)
145 }
146 close(l.items)
147}
148
149func (l *lexer) accept(bs []byte) (c int) {
150 for {

Callers

nothing calls this directly

Calls 1

stateFuncType · 0.85

Tested by

no test coverage detected