Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ peek
Method
peek
pkg/sql/sem/tree/parse_array.go:91–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
func
(p *parseState) peek() rune {
92
r, _ := utf8.DecodeRuneInString(p.s)
93
return
r
94
}
95
96
func
(p *parseState) eof() bool {
97
return
len(p.s) == 0
Callers
3
eatWhitespace
Method · 0.95
parseElement
Method · 0.95
doParseDArrayFromString
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected