Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ len
Method
len
regex/src/dfa.rs:1644–1646 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1642
}
1643
1644
fn len(&self) -> usize {
1645
self.states.len()
1646
}
1647
1648
fn is_empty(&self) -> bool {
1649
self.states.is_empty()
Callers
15
can_exec
Function · 0.45
new
Method · 0.45
reset_size
Method · 0.45
forward_many
Method · 0.45
exec_at
Method · 0.45
exec_byte
Method · 0.45
cached_state_key
Method · 0.45
clear_cache
Method · 0.45
start_flags
Method · 0.45
start_flags_reverse
Method · 0.45
add_state
Method · 0.45
continue_past_first_match
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected