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

Method push_split_hole

regex/src/compile.rs:709–713  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

707 }
708
709 fn push_split_hole(&mut self) -> Hole {
710 let hole = self.insts.len();
711 self.insts.push(MaybeInst::Split);
712 Hole::One(hole)
713 }
714
715 fn check_size(&self) -> result::Result<(), Error> {
716 use std::mem::size_of;

Callers 8

compile_manyMethod · 0.80
c_class_bytesMethod · 0.80
c_alternateMethod · 0.80
c_repeat_zero_or_oneMethod · 0.80
c_repeat_zero_or_moreMethod · 0.80
c_repeat_one_or_moreMethod · 0.80
c_repeat_rangeMethod · 0.80
compileMethod · 0.80

Calls 2

lenMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected