MCPcopy Create free account
hub / github.com/Lintermute/lazy_errors / stash

Method stash

lazy_errors/src/stash.rs:241–243  ·  view source on GitHub ↗
(&mut self, err: E)

Source from the content-addressed store, hash-verified

239{
240 #[track_caller]
241 fn stash(&mut self, err: E) -> &mut StashWithErrors<I> {
242 self.push(err)
243 }
244}
245
246impl<E, I> ErrorSink<E, I> for StashWithErrors<I>

Callers 3

or_stashMethod · 0.80
filter_map_ok_or_stashFunction · 0.80
enforce_errorsMethod · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected