MCPcopy 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

advanceMethod · 0.80
peekMethod · 0.80
peek2Method · 0.80
peek_expectMethod · 0.80
peek_n_returns_nth_tokenFunction · 0.80

Calls

no outgoing calls