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

Method c_empty_look

regex/src/compile.rs:451–454  ·  view source on GitHub ↗
(&mut self, look: EmptyLook)

Source from the content-addressed store, hash-verified

449 }
450
451 fn c_empty_look(&mut self, look: EmptyLook) -> Result {
452 let hole = self.push_hole(InstHole::EmptyLook { look: look });
453 Ok(Patch { hole: hole, entry: self.insts.len() - 1 })
454 }
455
456 fn c_concat<'a, I>(&mut self, exprs: I) -> Result
457 where I: IntoIterator<Item=&'a Hir> {

Callers 1

cMethod · 0.80

Calls 2

push_holeMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected