MCPcopy Create free account
hub / github.com/Glyphack/enderpy / cur_kind

Method cur_kind

parser/src/parser/parser.rs:126–128  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

124 }
125
126 fn cur_kind(&self) -> Kind {
127 self.cur_token.kind
128 }
129
130 fn peek_token(&mut self) -> Result<Token, ParsingError> {
131 let token = self.lexer.peek_token();

Callers 15

parseMethod · 0.80
atMethod · 0.80
parse_closed_patternMethod · 0.80
parse_aug_assign_opMethod · 0.80
parse_module_nameMethod · 0.80
parse_expressionsMethod · 0.80
parse_targetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected