Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
next
Method · 0.45
clear_cache_and_save
Method · 0.45
start_flags
Method · 0.45
start_flags_reverse
Method · 0.45
has_prefix
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected