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

Method is_none

regex/src/input.rs:360–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

358 /// Returns true iff the character is absent.
359 #[inline]
360 pub fn is_none(self) -> bool { self.0 == u32::MAX }
361
362 /// Returns the length of the character's UTF-8 encoding.
363 ///

Callers 8

replacenMethod · 0.80
is_endMethod · 0.80
is_empty_matchMethod · 0.80
replacenMethod · 0.80
compileMethod · 0.80
visit_postMethod · 0.80
mergeMethod · 0.80
differenceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected