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

Method all

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

Create options that include everything.

()

Source from the content-addressed store, hash-verified

683
684 /// Create options that include everything.
685 pub fn all() -> Self {
686 Self {
687 include_untracked: true,
688 include_ignored: true,
689 ..Default::default()
690 }
691 }
692
693 /// Create options for fast status (metadata only, no content hashing).
694 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