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

Method eof

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

Source from the content-addressed store, hash-verified

109}
110
111func (p *parseState) eof() bool {
112 return len(p.s) == 0
113}
114
115func (p *parseState) parseQuotedString() (string, error) {
116 return p.gobbleString(isQuoteChar)

Callers 1

doParseDArrayFromStringFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected