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

Method entry

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

Source from the content-addressed store, hash-verified

541 /// ```
542 #[inline]
543 pub fn entry(&mut self, universe: Universe, key: K) -> Entry<'_, K, V, S, A> {
544 self.of_mut(universe).entry(key)
545 }
546
547 /// Retains only the elements of the hashmap in the specified [`Universe`] that satisfy a
548 /// predicate.

Callers 15

bench_json_queriesFunction · 0.80
get_samplesFunction · 0.80
run_benchmark_matrixFunction · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
build_unified_eventsFunction · 0.80
load_chipFunction · 0.80
internMethod · 0.80
upsert_variableMethod · 0.80
collect_constraintsMethod · 0.80

Calls 1

of_mutMethod · 0.45

Tested by 2

newMethod · 0.64
normalizeFunction · 0.64