Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ acceptRun
Method
acceptRun
parser/lexer/lexer.go:153–156 ·
view source on GitHub ↗
(valid string)
Source
from the content-addressed store, hash-verified
151
}
152
153
func
(l *Lexer) acceptRun(valid string) {
154
for
l.accept(valid) {
155
}
156
}
157
158
func
(l *Lexer) skipSpaces() {
159
l.acceptRun(
" "
)
Callers
2
scanNumber
Method · 0.95
skipSpaces
Method · 0.95
Calls
1
accept
Method · 0.95
Tested by
no test coverage detected