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

Method to_ascii_uppercase

crates/wtf8/src/lib.rs:994–998  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

992
993 #[inline]
994 pub fn to_ascii_uppercase(&self) -> Wtf8Buf {
995 Wtf8Buf {
996 bytes: self.bytes.to_ascii_uppercase(),
997 }
998 }
999
1000 pub fn to_lowercase(&self) -> Wtf8Buf {
1001 let mut buf = Wtf8Buf::with_capacity(self.len());

Callers 7

upper_locateFunction · 0.80
upperMethod · 0.80
capitalizeMethod · 0.80
swapcaseMethod · 0.80
titleMethod · 0.80
upperMethod · 0.80
swapcaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected