MCPcopy 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
1671impl Transitions {

Callers 4

exec_byteMethod · 0.45
cached_state_keyMethod · 0.45
clear_cacheMethod · 0.45
start_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected