Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
impl DiffObjConfig {
31
pub fn separator(&self) -> &'static str { if self.space_between_args {
", "
} else {
","
} }
32
}
33
34
#[derive(Debug, Clone)]
Callers
13
update
Method · 0.45
config_ui
Function · 0.45
split_obj_config_ui
Function · 0.45
arch_config_ui
Function · 0.45
demangle_window
Function · 0.45
jobs_ui
Function · 0.45
appearance_window
Function · 0.45
diff_view_ui
Function · 0.45
hover_items_ui
Function · 0.45
context_menu_items_ui
Function · 0.45
graphics_window
Function · 0.45
render_header
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected