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

Method is_ignored

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

Check if this error is because a path is ignored

(&self)

Source from the content-addressed store, hash-verified

191
192 /// Check if this error is because a path is ignored
193 pub fn is_ignored(&self) -> bool {
194 matches!(self, RepositoryError::PathIgnored { .. })
195 }
196
197 /// Check if this error is related to tags
198 pub fn is_tag_error(&self) -> bool {

Callers 5

print_ignore_debugMethod · 0.45
build_content_indexFunction · 0.45
search_contentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected