Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ peek
Method
peek
postgres/parser/sem/tree/parse_array.go:106–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
}
105
106
func
(p *parseState) peek() rune {
107
r, _ := utf8.DecodeRuneInString(p.s)
108
return
r
109
}
110
111
func
(p *parseState) eof() bool {
112
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