MCPcopy 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
184func questionMark(l *Lexer) stateFn {
185 l.accept(".?")
186 l.emit(Operator)
187 return root
188}
189
190func slash(l *Lexer) stateFn {
191 if l.accept("/") {

Callers

nothing calls this directly

Calls 2

acceptMethod · 0.80
emitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…