MCPcopy 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
57func (p *Parser) errorUnexpectedEOF() {
58 p.err = fmt.Errorf("unexpected eof")
59}
60
61func isOfAny(c LexItem, l ...lexItemType) bool {
62 for _, lt := range l {

Callers 10

parseQuitMethod · 0.80
parseShowTablesMethod · 0.80
parseShowColumnsMethod · 0.80
parseShowCreateTableMethod · 0.80
parseSelectMethod · 0.80
ParseStartMethod · 0.80
parseCreateBuilderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected