MCPcopy Index your code
hub / github.com/eventuallyconsultant/codegenr / uppercase_first_letter

Method uppercase_first_letter

codegenr/src/helpers/string_ext.rs:40–42  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

38 fn split_get_last(&self, splitter: Option<String>) -> String {
39 self.as_ref().map_or(Default::default(), |s| s.split_get_last(splitter))
40 }
41
42 fn get_first_char(&self) -> Option<char> {
43 self.as_ref().and_then(|s| s.get_first_char())
44 }
45

Callers 1

call_innerMethod · 0.80

Calls 1

Tested by

no test coverage detected