Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
73
const
eof rune = -1
74
75
func
(l *Lexer) commit() {
76
l.start = l.end
77
}
78
79
func
(l *Lexer) next() rune {
80
if
l.end.byte >= len(l.source.String()) {
Callers
3
emitValue
Method · 0.95
emitEOF
Method · 0.95
skip
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected