Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ skip
Method
skip
parser/lexer/lexer.go:137–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
135
}
136
137
func
(l *Lexer) skip() {
138
l.commit()
139
}
140
141
func
(l *Lexer) word() string {
142
return
l.source.String()[l.start.byte:l.end.byte]
Callers
4
skipSpaces
Method · 0.95
root
Function · 0.80
singleLineComment
Function · 0.80
multiLineComment
Function · 0.80
Calls
1
commit
Method · 0.95
Tested by
no test coverage detected