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

Method is_word

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

Source from the content-addressed store, hash-verified

1735 }
1736
1737 fn is_word(&self) -> bool {
1738 self.0 & 0b000000_1_0 > 0
1739 }
1740
1741 fn set_word(&mut self) {
1742 self.0 |= 0b000000_1_0;

Callers 3

exec_byteMethod · 0.80
start_stateMethod · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected