MCPcopy 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
137func (l *Lexer) skip() {
138 l.commit()
139}
140
141func (l *Lexer) word() string {
142 return l.source.String()[l.start.byte:l.end.byte]

Callers 4

skipSpacesMethod · 0.95
rootFunction · 0.80
singleLineCommentFunction · 0.80
multiLineCommentFunction · 0.80

Calls 1

commitMethod · 0.95

Tested by

no test coverage detected