MCPcopy Index your code
hub / github.com/RustPython/RustPython / make_ascii_lowercase

Method make_ascii_lowercase

crates/wtf8/src/lib.rs:977–979  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

975
976 #[inline]
977 pub fn make_ascii_lowercase(&mut self) {
978 self.bytes.make_ascii_lowercase()
979 }
980
981 #[inline]
982 pub fn make_ascii_uppercase(&mut self) {

Callers 2

to_stringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected