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

Method with_untracked

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

Set whether to include untracked files.

(mut self, include: bool)

Source from the content-addressed store, hash-verified

718
719 /// Set whether to include untracked files.
720 pub fn with_untracked(mut self, include: bool) -> Self {
721 self.include_untracked = include;
722 self
723 }
724
725 /// Set whether to include ignored files.
726 pub fn with_ignored(mut self, include: bool) -> Self {

Callers 4

get_status_optionsMethod · 0.80
record_turnFunction · 0.80

Calls

no outgoing calls

Tested by 1