MCPcopy 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
1190impl Clone for Exec {
1191 fn clone(&self) -> Exec {
1192 Exec {
1193 ro: self.ro.clone(),
1194 cache: CachedThreadLocal::new(),
1195 }
1196 }
1197}
1198
1199impl ExecReadOnly {

Callers 15

capturesMethod · 0.80
nextMethod · 0.80
buildMethod · 0.80
clear_cache_and_saveMethod · 0.80
clear_cacheMethod · 0.80
insertMethod · 0.80
capturesMethod · 0.80
nextMethod · 0.80
cMethod · 0.80
fillMethod · 0.80
bm_win_gnu_indexing_bugFunction · 0.80

Calls

no outgoing calls

Tested by 2

bm_win_gnu_indexing_bugFunction · 0.64