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

Method compiler

regex/regex-debug/src/main.rs:276–278  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

274 }
275
276 fn compiler(&self) -> Compiler {
277 Compiler::new().size_limit(self.flag_size_limit)
278 }
279}
280
281fn parse(re: &str) -> Result<Hir> {

Callers 3

cmd_capturesFunction · 0.80
cmd_compileFunction · 0.80
mainFunction · 0.80

Calls 1

size_limitMethod · 0.80

Tested by

no test coverage detected