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

Method rewind

scanner.go:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func (l *lexer) rewind() {
104 l.pos--
105}
106
107func (l *lexer) peek(s int) (int, []byte) {
108 b := make([]byte, s)

Callers 13

acceptMethod · 0.95
insertRowStateFunction · 0.80
untilSemiStateBuilderFunction · 0.80
untilNewlineStateBuilderFunction · 0.80
createTableDetailStateFunction · 0.80
createTableExtraFunction · 0.80
eatNumberFunction · 0.80
eatStringFunction · 0.80
eatDelimStrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected