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

Method parseQuotedString

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

Source from the content-addressed store, hash-verified

113}
114
115func (p *parseState) parseQuotedString() (string, error) {
116 return p.gobbleString(isQuoteChar)
117}
118
119func (p *parseState) parseUnquotedString() (string, error) {
120 out, err := p.gobbleString(isControlChar)

Callers 1

parseElementMethod · 0.95

Calls 1

gobbleStringMethod · 0.95

Tested by

no test coverage detected