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

Method is_empty

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

Source from the content-addressed store, hash-verified

303 }
304
305 fn is_empty(&self) -> bool {
306 self.patterns.is_empty()
307 }
308
309 fn matches(&self, path: &str) -> bool {
310 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
change_hash_candidatesFunction · 0.45
runMethod · 0.45
runMethod · 0.45
show_recent_sessionsFunction · 0.45
show_session_detailFunction · 0.45
build_session_intent_mapFunction · 0.45
build_turn_intent_mapFunction · 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