MCPcopy Create free account
hub / github.com/davidblewett/rure-python / is_empty

Method is_empty

regex/src/dfa.rs:1648–1650  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1646 }
1647
1648 fn is_empty(&self) -> bool {
1649 self.states.is_empty()
1650 }
1651
1652 fn get_ptr(&self, state: &State) -> Option<StatePtr> {
1653 self.map.get(state).cloned()

Callers 5

nextMethod · 0.45
clear_cache_and_saveMethod · 0.45
start_flagsMethod · 0.45
start_flags_reverseMethod · 0.45
has_prefixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected