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

Method is_empty

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

Source from the content-addressed store, hash-verified

347 }
348
349 fn is_empty(&self) -> bool {
350 self.patterns.is_empty()
351 }
352
353 fn matches(&self, path: &str) -> bool {
354 let normalized = path.trim_start_matches('/').replace('\\', "/");

Callers 15

runMethod · 0.45
display_dry_runMethod · 0.45
build_optionsMethod · 0.45
get_messageMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
gather_candidatesMethod · 0.45
scan_memory_bodiesMethod · 0.45
seed_from_intentMethod · 0.45
has_explicit_seedsMethod · 0.45

Calls

no outgoing calls

Tested by 7

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