MCPcopy Index your code
hub / github.com/expr-lang/expr / commit

Method commit

parser/lexer/lexer.go:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73const eof rune = -1
74
75func (l *Lexer) commit() {
76 l.start = l.end
77}
78
79func (l *Lexer) next() rune {
80 if l.end.byte >= len(l.source.String()) {

Callers 3

emitValueMethod · 0.95
emitEOFMethod · 0.95
skipMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected