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

Method eof

pkg/sql/sem/tree/parse_tuple.go:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115func (p *tupleParseState) eof() bool {
116 return len(p.s) == 0
117}
118
119func (p *tupleParseState) parseString() (string, error) {
120 out, err := p.gobbleString()

Callers 1

doParseDTupleFromStringFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected