MCPcopy 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_tokenMethod · 0.45
handle_indentationMethod · 0.45

Calls 1

lastMethod · 0.45

Tested by

no test coverage detected