(&self)
| 176 | /// A reference to the set of dependency hashes. |
| 177 | #[must_use] |
| 178 | pub fn dependencies(&self) -> &HashSet<Hash> { |
| 179 | &self.dependencies |
| 180 | } |
| 181 | |
| 182 | /// Get the dependencies as a sorted vector. |
| 183 | /// |
no outgoing calls
no test coverage detected