Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ questionMark
Function
questionMark
parser/lexer/state.go:184–188 ·
view source on GitHub ↗
(l *Lexer)
Source
from the content-addressed store, hash-verified
182
}
183
184
func
questionMark(l *Lexer) stateFn {
185
l.accept(
".?"
)
186
l.emit(Operator)
187
return
root
188
}
189
190
func
slash(l *Lexer) stateFn {
191
if
l.accept(
"/"
) {
Callers
nothing calls this directly
Calls
2
accept
Method · 0.80
emit
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…