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

Method with_untracked

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

Set whether to include untracked files.

(mut self, include: bool)

Source from the content-addressed store, hash-verified

706
707 /// Set whether to include untracked files.
708 pub fn with_untracked(mut self, include: bool) -> Self {
709 self.include_untracked = include;
710 self
711 }
712
713 /// Set whether to include ignored files.
714 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