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

Method pop_discard

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

Source from the content-addressed store, hash-verified

104 }
105
106 fn pop_discard(&mut self) {
107 self.marks_stack.pop();
108 }
109
110 fn clear(&mut self) {
111 self.last_index = -1;

Callers 1

_matchFunction · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected