MCPcopy Create free account
hub / github.com/archlinux/alpm / append

Method append

alpm-mtree/src/mtree/path_validation_error.rs:38–40  ·  view source on GitHub ↗

Appends a list of [`PathValidationError`]s to `self.errors`.

(&mut self, other: &mut Vec<PathValidationError>)

Source from the content-addressed store, hash-verified

36
37 /// Appends a list of [`PathValidationError`]s to `self.errors`.
38 pub fn append(&mut self, other: &mut Vec<PathValidationError>) {
39 self.errors.append(other);
40 }
41
42 /// Checks if errors have been appended and consumes `self`.
43 ///

Callers 4

validate_pathsMethod · 0.80
equals_pathMethod · 0.80
collect_filesFunction · 0.80
known_variantsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected