MCPcopy 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_execFunction · 0.45
newMethod · 0.45
reset_sizeMethod · 0.45
forward_manyMethod · 0.45
exec_atMethod · 0.45
exec_byteMethod · 0.45
cached_state_keyMethod · 0.45
clear_cacheMethod · 0.45
start_flagsMethod · 0.45
start_flags_reverseMethod · 0.45
add_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected