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

Method advance

postgres/parser/sem/tree/parse_array.go:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func (p *parseState) advance() {
96 _, l := utf8.DecodeRuneInString(p.s)
97 p.s = p.s[l:]
98}
99
100func (p *parseState) eatWhitespace() {
101 for unicode.IsSpace(p.peek()) {

Callers 3

eatWhitespaceMethod · 0.95
parseElementMethod · 0.95
doParseDArrayFromStringFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected