MCPcopy
hub / github.com/wavetermdev/waveterm / isIdentChar

Function isIdentChar

pkg/vdom/cssparser/cssparser.go:128–130  ·  view source on GitHub ↗
(r rune)

Source from the content-addressed store, hash-verified

126}
127
128func isIdentChar(r rune) bool {
129 return unicode.IsLetter(r) || unicode.IsDigit(r)
130}
131
132func (p *Parser) skipWhitespace() {
133 for !p.eof() && unicode.IsSpace(p.peekChar()) {

Callers 1

parseIdentifierColonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected