MCPcopy Index your code
hub / github.com/encounter/objdiff / write_text

Function write_text

objdiff-gui/src/views/mod.rs:20–22  ·  view source on GitHub ↗
(str: &str, color: Color32, job: &mut LayoutJob, font_id: FontId)

Source from the content-addressed store, hash-verified

18
19#[inline]
20fn write_text(str: &str, color: Color32, job: &mut LayoutJob, font_id: FontId) {
21 job.append(str, 0.0, TextFormat::simple(font_id, color));
22}

Callers 5

symbol_uiFunction · 0.85
symbol_list_uiFunction · 0.85
hover_items_uiFunction · 0.85
context_menu_items_uiFunction · 0.85
data_row_uiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected