Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ skip_char
Method
skip_char
crates/sre_engine/src/engine.rs:1079–1081 ·
view source on GitHub ↗
(&mut self, skip: usize)
Source
from the content-addressed store, hash-verified
1077
}
1078
1079
fn skip_char<S: StrDrive>(&mut self, skip: usize) {
1080
S::skip(&mut self.cursor, skip);
1081
}
1082
1083
fn advance_char<S: StrDrive>(&mut self) -> u32 {
1084
S::advance(&mut self.cursor)
Callers
nothing calls this directly
Calls
1
skip
Function · 0.85
Tested by
no test coverage detected