MCPcopy Index your code
hub / github.com/RustPython/RustPython / push

Method push

crates/sre_engine/src/engine.rs:90–92  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

88 }
89
90 fn push(&mut self) {
91 self.marks_stack.push((self.marks.clone(), self.last_index));
92 }
93
94 fn pop(&mut self) {
95 let (marks, last_index) = self.marks_stack.pop().unwrap();

Callers 15

_matchFunction · 0.45
copy_groupingFunction · 0.45
hexlifyFunction · 0.45
unhexlifyFunction · 0.45
a2b_base64Function · 0.45
b2a_base64Function · 0.45
a2b_qpFunction · 0.45
b2a_qpFunction · 0.45
rlecode_hqxFunction · 0.45
rledecode_hqxFunction · 0.45
a2b_uuFunction · 0.45
b2a_uuFunction · 0.45

Calls 1

cloneMethod · 0.45

Tested by 1

write_inputFunction · 0.36