Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_match
Function · 0.45
copy_grouping
Function · 0.45
hexlify
Function · 0.45
unhexlify
Function · 0.45
a2b_base64
Function · 0.45
b2a_base64
Function · 0.45
a2b_qp
Function · 0.45
b2a_qp
Function · 0.45
rlecode_hqx
Function · 0.45
rledecode_hqx
Function · 0.45
a2b_uu
Function · 0.45
b2a_uu
Function · 0.45
Calls
1
clone
Method · 0.45
Tested by
1
write_input
Function · 0.36