Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ advance
Method
advance
pkg/vdom/cssparser/cssparser.go:153–155 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
151
}
152
153
func
(p *Parser) advance() {
154
p.Pos++
155
}
156
157
func
(p *Parser) eof() bool {
158
return
p.Pos >= p.Length
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