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

Method cur_token

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

Source from the content-addressed store, hash-verified

120 }
121
122 pub(crate) fn cur_token(&self) -> &Token {
123 &self.cur_token
124 }
125
126 fn cur_kind(&self) -> Kind {
127 self.cur_token.kind

Callers 15

parseMethod · 0.80
start_nodeMethod · 0.80
atMethod · 0.80
parse_except_clausesMethod · 0.80
parse_patternMethod · 0.80
parse_attrMethod · 0.80
parse_mapping_patternMethod · 0.80
parse_class_patternMethod · 0.80
parse_statementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected