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

Method node_state

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

Source from the content-addressed store, hash-verified

107 }
108
109 fn node_state(&self) -> Ref<'_, EVState<'a, CS>> {
110 RefCell::borrow(&self.eval_graph.node_state)
111 }
112
113 fn node_state_mut(&self) -> RefMut<'_, EVState<'a, CS>> {
114 RefCell::borrow_mut(&self.eval_graph.node_state)

Callers 5

read_global_stateMethod · 0.80
readMethod · 0.80
entryMethod · 0.80
read_prevMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected