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

Method parseQuotedString

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

Source from the content-addressed store, hash-verified

98}
99
100func (p *parseState) parseQuotedString() (string, error) {
101 return p.gobbleString(isQuoteChar)
102}
103
104func (p *parseState) parseUnquotedString() (string, error) {
105 out, err := p.gobbleString(isControlChar)

Callers 1

parseElementMethod · 0.95

Calls 1

gobbleStringMethod · 0.95

Tested by

no test coverage detected