MCPcopy Create free account
hub / github.com/Pometry/Raphtory / get_mut

Method get_mut

raphtory/src/db/task/node/eval_node.rs:81–86  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

79 }
80
81 pub fn get_mut(&mut self) -> &mut S {
82 match &mut self.local_state {
83 Some(state) => state,
84 None => panic!("unwrap on None state"),
85 }
86 }
87
88 pub fn get(&self) -> &S {
89 match &self.local_state {

Callers 15

extract_propertiesFunction · 0.45
set_from_otherMethod · 0.45
mergeMethod · 0.45
update_positionsFunction · 0.45
fast_rpFunction · 0.45
out_components_filteredFunction · 0.45
in_components_filteredFunction · 0.45
k_core_setFunction · 0.45
page_rankFunction · 0.45
hitsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected