Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_match
Function · 0.80
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected