MCPcopy Create free account
hub / github.com/davidblewett/rure-python / replace_append

Method replace_append

regex/src/re_bytes.rs:1124–1126  ·  view source on GitHub ↗
(&mut self, caps: &Captures, dst: &mut Vec<u8>)

Source from the content-addressed store, hash-verified

1122
1123impl<'a, R: Replacer + ?Sized + 'a> Replacer for ReplacerRef<'a, R> {
1124 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) {
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 }

Callers 1

replacenMethod · 0.45

Calls 2

as_refMethod · 0.80
expandMethod · 0.45

Tested by

no test coverage detected