MCPcopy Create free account
hub / github.com/bootc-dev/bootc / is_empty

Method is_empty

crates/lib/src/sysusers_cleanup.rs:70–72  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

68
69impl RemovedEntries {
70 fn is_empty(&self) -> bool {
71 self.orphaned.is_empty() && self.duplicates.is_empty()
72 }
73}
74
75// ── filter_shadow_file ────────────────────────────────────────────────────────

Callers 15

compute_merged_optionsFunction · 0.45
build_ukifyFunction · 0.45
install_systemd_bootFunction · 0.45
filter_shadow_fileFunction · 0.45
runFunction · 0.45
display_pull_progressFunction · 0.45
lint_innerFunction · 0.45
check_varlogFunction · 0.45
check_var_tmpfilesFunction · 0.45
check_sysusersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected