MCPcopy Create free account
hub / github.com/dolthub/doltgresql / next

Method next

postgres/parser/parser/scan.go:442–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440}
441
442func (s *scanner) next() int {
443 ch := s.peek()
444 if ch != eof {
445 s.pos++
446 }
447 return ch
448}
449
450// skipWhitespace skips over whitespace characters (space, tab, newline, etc) and comments. Multiple consecutive
451// block comments and whitespace will be concatenated together into the final return value.

Callers 9

scanMethod · 0.95
scanCommentMethod · 0.95
scanHexStringMethod · 0.95
scanBitStringMethod · 0.95
scanStringMethod · 0.95
NextMethod · 0.45
nextItemMethod · 0.45
mainFunction · 0.45
mainMethod · 0.45

Calls 1

peekMethod · 0.95

Tested by 1

mainMethod · 0.36