Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
func
(p *tupleParseState) eof() bool {
116
return
len(p.s) == 0
117
}
118
119
func
(p *tupleParseState) parseString() (string, error) {
120
out, err := p.gobbleString()
Callers
1
doParseDTupleFromString
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected