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:2173–2175  ·  view source on GitHub ↗
(&self, path: &str)

Source from the content-addressed store, hash-verified

2171 }
2172
2173 fn path_ignored_for_import(&self, path: &str) -> bool {
2174 !self.ignore_matcher.is_empty() && self.ignore_matcher.matches(path)
2175 }
2176
2177 fn file_ignored_for_import(&self, file: &ParsedFile) -> bool {
2178 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