Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parse
Method · 0.80
start_node
Method · 0.80
at
Method · 0.80
parse_except_clauses
Method · 0.80
parse_function_definition
Method · 0.80
parse_class_definition
Method · 0.80
parse_pattern
Method · 0.80
parse_capture_or_wildcard_pattern
Method · 0.80
parse_attr
Method · 0.80
parse_mapping_pattern
Method · 0.80
parse_class_pattern
Method · 0.80
parse_statement
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected