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

Method is_ignored

atomic-repository/src/error.rs:186–188  ·  view source on GitHub ↗

Check if this error is because a path is ignored

(&self)

Source from the content-addressed store, hash-verified

184
185 /// Check if this error is because a path is ignored
186 pub fn is_ignored(&self) -> bool {
187 matches!(self, RepositoryError::PathIgnored { .. })
188 }
189
190 /// Check if this error is related to tags
191 pub fn is_tag_error(&self) -> bool {

Callers 2

print_ignore_debugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected