Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortesi/modd
/ current
Method
current
conf/lex.go:106–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
}
105
106
func
(l *lexer) current() string {
107
return
l.input[l.start:l.pos]
108
}
109
110
// next returns the next rune in the input.
111
func
(l *lexer) next() rune {
Callers
2
emit
Method · 0.95
lexInside
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected