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

Method eof

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

Source from the content-addressed store, hash-verified

94}
95
96func (p *parseState) eof() bool {
97 return len(p.s) == 0
98}
99
100func (p *parseState) parseQuotedString() (string, error) {
101 return p.gobbleString(isQuoteChar)

Callers 1

doParseDArrayFromStringFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected