MCPcopy Create free account
hub / github.com/RIP-Comm/clementine / is_mutable

Method is_mutable

ui/src/cpu_handler.rs:72–74  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

70
71 fn as_str(&self) -> &str {
72 &self.0
73 }
74
75 fn insert_text(&mut self, text: &str, char_index: egui::text::CharIndex) -> usize {
76 let mut text_string = text.to_string();
77 text_string.retain(|c| c.is_ascii_hexdigit());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected