Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ clone
Method
clone
regex/src/exec.rs:1191–1196 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1189
1190
impl Clone for Exec {
1191
fn clone(&self) -> Exec {
1192
Exec {
1193
ro: self.ro.clone(),
1194
cache: CachedThreadLocal::new(),
1195
}
1196
}
1197
}
1198
1199
impl ExecReadOnly {
Callers
15
captures
Method · 0.80
next
Method · 0.80
build
Method · 0.80
clear_cache_and_save
Method · 0.80
clear_cache
Method · 0.80
insert
Method · 0.80
captures
Method · 0.80
next
Method · 0.80
c
Method · 0.80
fill
Method · 0.80
bm_memchr_fallback_indexing_bug
Function · 0.80
bm_win_gnu_indexing_bug
Function · 0.80
Calls
no outgoing calls
Tested by
2
bm_memchr_fallback_indexing_bug
Function · 0.64
bm_win_gnu_indexing_bug
Function · 0.64