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

Method is_end

regex/src/input.rs:39–41  ·  view source on GitHub ↗

Returns true iff this position is past the end of the input.

(&self)

Source from the content-addressed store, hash-verified

37
38 /// Returns true iff this position is past the end of the input.
39 pub fn is_end(&self) -> bool {
40 self.c.is_none() && self.byte.is_none()
41 }
42
43 /// Returns the character at this position.
44 ///

Callers 1

is_empty_matchMethod · 0.80

Calls 1

is_noneMethod · 0.80

Tested by

no test coverage detected