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

Method all

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

Create options that include everything.

()

Source from the content-addressed store, hash-verified

695
696 /// Create options that include everything.
697 pub fn all() -> Self {
698 Self {
699 include_untracked: true,
700 include_ignored: true,
701 ..Default::default()
702 }
703 }
704
705 /// Create options for fast status (metadata only, no content hashing).
706 pub fn fast() -> Self {

Callers 4

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 4

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36