Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
func
(l *lexer) rewind() {
104
l.pos--
105
}
106
107
func
(l *lexer) peek(s int) (int, []byte) {
108
b := make([]byte, s)
Callers
13
accept
Method · 0.95
insertRowState
Function · 0.80
untilSemiStateBuilder
Function · 0.80
untilNewlineStateBuilder
Function · 0.80
createTableDetailState
Function · 0.80
createTableExtra
Function · 0.80
createTableParamTypeState
Function · 0.80
createTableParamTypeSizeState
Function · 0.80
createTableParamDetailsState
Function · 0.80
eatNumber
Function · 0.80
eatString
Function · 0.80
eatDelimStr
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected