Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ raw
Method
raw
crates/sre_engine/src/engine.rs:76–78 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
74
}
75
76
pub fn raw(&self) -> &[Optioned<usize>] {
77
self.marks.as_slice()
78
}
79
80
fn set(&mut self, mark_nr: usize, position: usize) {
81
if mark_nr & 1 != 0 {
Callers
nothing calls this directly
Calls
1
as_slice
Method · 0.45
Tested by
no test coverage detected