Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ lexer
Method
lexer
libs/@local/hashql/syntax-jexpr/src/parser/state.rs:122–124 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
120
121
#[inline]
122
const fn lexer(&mut self) -> LexerContext<'_> {
123
LexerContext { spans: self.spans }
124
}
125
126
fn validate_token<'source, T>(
127
&mut self,
Callers
8
advance
Method · 0.80
peek
Method · 0.80
peek2
Method · 0.80
peek_expect
Method · 0.80
peek_n_returns_nth_token
Function · 0.80
buffer_fills_when_peeking_ahead
Function · 0.80
buffer_updates_when_advancing
Function · 0.80
circular_buffer_handles_wraparound
Function · 0.80
Calls
no outgoing calls
Tested by
4
peek_n_returns_nth_token
Function · 0.64
buffer_fills_when_peeking_ahead
Function · 0.64
buffer_updates_when_advancing
Function · 0.64
circular_buffer_handles_wraparound
Function · 0.64