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

Method eof

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

Source from the content-addressed store, hash-verified

139}
140
141func (p *parseState) eof() bool {
142 return len(p.s) == 0
143}
144
145func (p *parseState) parseQuotedString() (string, error) {
146 return p.gobbleString(isQuoteChar)

Callers 1

doParseDArrayFromStringFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected