MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / is_empty

Method is_empty

atomic-cli/src/commands/git/parallel.rs:236–238  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

234 }
235
236 fn is_empty(&self) -> bool {
237 self.patterns.is_empty()
238 }
239
240 fn matches(&self, path: &str) -> bool {
241 let normalized = path.trim_start_matches('/').replace('\\', "/");

Callers 15

validate_view_nameFunction · 0.45
parse_stash_refMethod · 0.45
apply_stashMethod · 0.45
run_listMethod · 0.45
run_clearMethod · 0.45
runMethod · 0.45
runMethod · 0.45
manifest_pathFunction · 0.45
fetch_latestFunction · 0.45
resolve_identity_nameFunction · 0.45
extract_subdomainFunction · 0.45
validate_view_nameMethod · 0.45

Calls

no outgoing calls

Tested by 5

show_summaryMethod · 0.36
list_allMethod · 0.36
show_for_viewMethod · 0.36
show_detailMethod · 0.36
print_changesMethod · 0.36