Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.45
display_dry_run
Method · 0.45
build_options
Method · 0.45
get_message
Method · 0.45
get_message_from_editor
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
gather_candidates
Method · 0.45
scan_memory_bodies
Method · 0.45
seed_from_intent
Method · 0.45
has_explicit_seeds
Method · 0.45
Calls
no outgoing calls
Tested by
7
run
Method · 0.36
run
Method · 0.36
show_summary
Method · 0.36
list_all
Method · 0.36
show_for_view
Method · 0.36
show_detail
Method · 0.36
print_changes
Method · 0.36