MCPcopy Create free account
hub / github.com/LaBatata101/sith-language-server / push

Method push

crates/sith_python_parser/src/lexer/fstring.rs:123–125  ·  view source on GitHub ↗
(&mut self, context: FStringContext)

Source from the content-addressed store, hash-verified

121
122impl FStrings {
123 pub(crate) fn push(&mut self, context: FStringContext) {
124 self.stack.push(context);
125 }
126
127 pub(crate) fn pop(&mut self) -> Option<FStringContext> {
128 self.stack.pop()

Callers 15

parse_fstring_middleMethod · 0.45
parse_bytesMethod · 0.45
parse_stringMethod · 0.45
bumpMethod · 0.45
do_bumpMethod · 0.45
indentMethod · 0.45
parse_argumentsMethod · 0.45
parse_stringsMethod · 0.45

Calls

no outgoing calls

Tested by 4

install_testsFunction · 0.36
collect_testsFunction · 0.36
extract_comment_blocksFunction · 0.36
enter_nodeMethod · 0.36