Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ eof
Method
eof
pkg/sql/sem/tree/parse_array.go:96–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
}
95
96
func
(p *parseState) eof() bool {
97
return
len(p.s) == 0
98
}
99
100
func
(p *parseState) parseQuotedString() (string, error) {
101
return
p.gobbleString(isQuoteChar)
Callers
1
doParseDArrayFromString
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected