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

Method with_ignored

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

Set whether to include ignored files.

(mut self, include: bool)

Source from the content-addressed store, hash-verified

724
725 /// Set whether to include ignored files.
726 pub fn with_ignored(mut self, include: bool) -> Self {
727 self.include_ignored = include;
728 self
729 }
730}
731
732// Helper Functions

Callers 1

Calls

no outgoing calls

Tested by 1