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

Method upper

regex/regex-syntax/src/hir/mod.rs:984–984  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

982
983 #[inline] fn lower(&self) -> char { self.start }
984 #[inline] fn upper(&self) -> char { self.end }
985 #[inline] fn set_lower(&mut self, bound: char) { self.start = bound; }
986 #[inline] fn set_upper(&mut self, bound: char) { self.end = bound; }
987

Callers 9

intersectMethod · 0.80
differenceMethod · 0.80
negateMethod · 0.80
unionMethod · 0.80
intersectMethod · 0.80
differenceMethod · 0.80
is_contiguousMethod · 0.80
is_intersection_emptyMethod · 0.80
is_subsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected