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

Method path_ignored_for_import

atomic-cli/src/commands/git/parallel.rs:2112–2114  ·  view source on GitHub ↗
(&self, path: &str)

Source from the content-addressed store, hash-verified

2110 }
2111
2112 fn path_ignored_for_import(&self, path: &str) -> bool {
2113 !self.ignore_matcher.is_empty() && self.ignore_matcher.matches(path)
2114 }
2115
2116 fn file_ignored_for_import(&self, file: &ParsedFile) -> bool {
2117 match file.operation {

Callers 3

import_branchMethod · 0.80
phase2_writeMethod · 0.80

Calls 2

is_emptyMethod · 0.45
matchesMethod · 0.45

Tested by

no test coverage detected