Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LaBatata101/sith-language-server
/ current
Method
current
crates/sith_python_parser/src/lexer/fstring.rs:131–133 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
129
}
130
131
pub(crate) fn current(&self) -> Option<&FStringContext> {
132
self.stack.last()
133
}
134
135
pub(crate) fn current_mut(&mut self) -> Option<&mut FStringContext> {
136
self.stack.last_mut()
Callers
3
lex_token
Method · 0.45
handle_indentation
Method · 0.45
lex_fstring_middle_or_end
Method · 0.45
Calls
1
last
Method · 0.45
Tested by
no test coverage detected