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

Method extend

libs/@local/hashql/core/src/module/universe.rs:1202–1207  ·  view source on GitHub ↗
(&mut self, universe: Universe, iter: I)

Source from the content-addressed store, hash-verified

1200 /// ```
1201 #[inline]
1202 pub fn extend<I>(&mut self, universe: Universe, iter: I)
1203 where
1204 I: IntoIterator<Item = T>,
1205 {
1206 self.of_mut(universe).extend(iter);
1207 }
1208
1209 /// Removes an element from the vector in the specified [`Universe`] and returns it.
1210 ///

Callers 15

generateFunction · 0.45
generate_entry_constantsFunction · 0.45
to_tokensMethod · 0.45
parseMethod · 0.45
expand_enumFunction · 0.45
expand_structFunction · 0.45
ancestorsMethod · 0.45
from_iter_inMethod · 0.45
layoutMethod · 0.45
nextMethod · 0.45
start_explorationMethod · 0.45

Calls 1

of_mutMethod · 0.45

Tested by 2

condensation_is_dagFunction · 0.36
mainFunction · 0.36