MCPcopy 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
153func (l *Lexer) acceptRun(valid string) {
154 for l.accept(valid) {
155 }
156}
157
158func (l *Lexer) skipSpaces() {
159 l.acceptRun(" ")

Callers 2

scanNumberMethod · 0.95
skipSpacesMethod · 0.95

Calls 1

acceptMethod · 0.95

Tested by

no test coverage detected