MCPcopy Create free account
hub / github.com/hashintel/hash / extend

Method extend

libs/error-stack/src/report.rs:992–996  ·  view source on GitHub ↗
(&mut self, iter: T)

Source from the content-addressed store, hash-verified

990
991impl<C> Extend<Report<C>> for Report<[C]> {
992 fn extend<T: IntoIterator<Item = Report<C>>>(&mut self, iter: T) {
993 for item in iter {
994 self.push(item);
995 }
996 }
997}
998
999impl<C> Extend<Self> for Report<[C]> {

Callers 6

find_nextFunction · 0.45
pollMethod · 0.45
thenMethod · 0.45
collectFunction · 0.45
extendFunction · 0.45
start_experimentsFunction · 0.45

Calls 2

pushMethod · 0.65
appendMethod · 0.65

Tested by 1

extendFunction · 0.36