Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donatj/sqlread
/ errorUnexpectedEOF
Method
errorUnexpectedEOF
parser.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(p *Parser) errorUnexpectedEOF() {
58
p.err = fmt.Errorf(
"unexpected eof"
)
59
}
60
61
func
isOfAny(c LexItem, l ...lexItemType) bool {
62
for
_, lt :=
range
l {
Callers
10
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
parseCreateBuilder
Method · 0.80
parseInsertIntoBuilder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected