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: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_name
Function · 0.45
parse_stash_ref
Method · 0.45
apply_stash
Method · 0.45
run_list
Method · 0.45
run_clear
Method · 0.45
change_hash_candidates
Function · 0.45
run
Method · 0.45
run
Method · 0.45
show_recent_sessions
Function · 0.45
show_session_detail
Function · 0.45
build_session_intent_map
Function · 0.45
build_turn_intent_map
Function · 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