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

Method values_mut

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

Source from the content-addressed store, hash-verified

818 /// ```
819 #[inline]
820 pub fn values_mut(&mut self, universe: Universe) -> impl Iterator<Item = &mut V> {
821 self.of_mut(universe).values_mut()
822 }
823}
824
825/// A specialized [`Realms`] container for [`HashMap`]s.

Callers 3

query_entity_subgraphMethod · 0.80
modifyMethod · 0.80

Calls 1

of_mutMethod · 0.45

Tested by

no test coverage detected