Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
281
fn parse(re: &str) -> Result<Hir> {
Callers
3
cmd_captures
Function · 0.80
cmd_compile
Function · 0.80
main
Function · 0.80
Calls
1
size_limit
Method · 0.80
Tested by
no test coverage detected