Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ peekChar
Method
peekChar
pkg/vdom/cssparser/cssparser.go:146–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
func
(p *Parser) peekChar() rune {
147
if
p.Pos >= p.Length {
148
return
0
149
}
150
return
rune(p.Input[p.Pos])
151
}
152
153
func
(p *Parser) advance() {
154
p.Pos++
Callers
4
parseIdentifierColon
Method · 0.95
parseValue
Method · 0.95
skipWhitespace
Method · 0.95
expectChar
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected