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: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_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
run
Method · 0.45
run
Method · 0.45
manifest_path
Function · 0.45
fetch_latest
Function · 0.45
resolve_identity_from_url
Function · 0.45
extract_subdomain
Function · 0.45
validate_view_name
Method · 0.45
Calls
no outgoing calls
Tested by
5
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