MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / peek

Method peek

pkg/sql/sem/tree/parse_array.go:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func (p *parseState) peek() rune {
92 r, _ := utf8.DecodeRuneInString(p.s)
93 return r
94}
95
96func (p *parseState) eof() bool {
97 return len(p.s) == 0

Callers 3

eatWhitespaceMethod · 0.95
parseElementMethod · 0.95
doParseDArrayFromStringFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected