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

Method all

atomic-objects/src/sync.rs:112–120  ·  view source on GitHub ↗

Every family, for iteration (inventory scans, closure walks).

()

Source from the content-addressed store, hash-verified

110
111 /// Every family, for iteration (inventory scans, closure walks).
112 pub fn all() -> [ObjectFamily; 5] {
113 [
114 ObjectFamily::Change,
115 ObjectFamily::Tag,
116 ObjectFamily::Provenance,
117 ObjectFamily::Attest,
118 ObjectFamily::View,
119 ]
120 }
121}
122
123/// A single content-addressed object in transit: its family (→ storage

Callers 15

path_from_usageFunction · 0.45
build_walkthroughFunction · 0.45
forecast_commit_kindFunction · 0.45
is_freeform_memoryFunction · 0.45
run_asyncMethod · 0.45
parseMethod · 0.45
compaction.test.tsFile · 0.45
common_directoryFunction · 0.45
is_whitespace_onlyMethod · 0.45
detect_fork_conflictsFunction · 0.45
supersedor_in_forkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected