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

Method skipped_files

atomic-repository/src/record/assemble.rs:291–293  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

289 /// Get the skipped files.
290 #[must_use]
291 pub fn skipped_files(&self) -> &[String] {
292 &self.skipped_files
293 }
294
295 /// Get any errors that occurred.
296 #[must_use]

Callers 2

runMethod · 0.80
recordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected