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

Method separator

objdiff-core/src/diff/mod.rs:31–31  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

29
30impl DiffObjConfig {
31 pub fn separator(&self) -> &'static str { if self.space_between_args { ", " } else { "," } }
32}
33
34#[derive(Debug, Clone)]

Callers 13

updateMethod · 0.45
config_uiFunction · 0.45
split_obj_config_uiFunction · 0.45
arch_config_uiFunction · 0.45
demangle_windowFunction · 0.45
jobs_uiFunction · 0.45
appearance_windowFunction · 0.45
diff_view_uiFunction · 0.45
hover_items_uiFunction · 0.45
context_menu_items_uiFunction · 0.45
graphics_windowFunction · 0.45
render_headerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected