Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ no_expansion
Method
no_expansion
regex/src/re_bytes.rs:1127–1129 ·
view source on GitHub ↗
(&'r mut self)
Source
from the content-addressed store, hash-verified
1125
self.0.replace_append(caps, dst)
1126
}
1127
fn no_expansion<
'r>(&'
r mut self) -> Option<Cow<'r, [u8]>> {
1128
self.0.no_expansion()
1129
}
1130
}
1131
1132
impl<
'a> Replacer for &'
a [u8] {
Callers
1
replacen
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected