Every family, for iteration (inventory scans, closure walks).
()
| 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 |
no outgoing calls
no test coverage detected