MCPcopy Create free account
hub / github.com/0xKarl-dev/claw-codes / append_styled

Method append_styled

rust/crates/claw-cli/src/render.rs:211–214  ·  view source on GitHub ↗
(&mut self, output: &mut String, text: &str, theme: &ColorTheme)

Source from the content-addressed store, hash-verified

209 }
210
211 fn append_styled(&mut self, output: &mut String, text: &str, theme: &ColorTheme) {
212 let styled = self.style_text(text, theme);
213 self.append_raw(output, &styled);
214 }
215}
216
217#[derive(Debug)]

Callers 1

push_textMethod · 0.80

Calls 2

style_textMethod · 0.80
append_rawMethod · 0.80

Tested by

no test coverage detected