Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ clear
Method
clear
regex/src/dfa.rs:1665–1668 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
1663
}
1664
1665
fn clear(&mut self) {
1666
self.map.clear();
1667
self.states.clear();
1668
}
1669
}
1670
1671
impl Transitions {
Callers
4
exec_byte
Method · 0.45
cached_state_key
Method · 0.45
clear_cache
Method · 0.45
start_state
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected