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

Method with_ignored

atomic-repository/src/status.rs:714–717  ·  view source on GitHub ↗

Set whether to include ignored files.

(mut self, include: bool)

Source from the content-addressed store, hash-verified

712
713 /// Set whether to include ignored files.
714 pub fn with_ignored(mut self, include: bool) -> Self {
715 self.include_ignored = include;
716 self
717 }
718}
719
720// Helper Functions

Callers 1

Calls

no outgoing calls

Tested by 1