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

Method clone

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

Source from the content-addressed store, hash-verified

58 for EvalNodeView<'graph, 'a, G, S, CS>
59{
60 fn clone(&self) -> Self {
61 Self {
62 node: self.node,
63 state_pos: self.state_pos,
64 eval_graph: self.eval_graph.clone(),
65 local_state: None,
66 }
67 }
68}
69
70impl<'graph, 'a: 'graph, G: GraphViewOps<'graph>, S, CS: ComputeState + 'a>

Callers 6

graphMethod · 0.45
iterMethod · 0.45
type_filterMethod · 0.45
map_edgesMethod · 0.45
hopMethod · 0.45
apply_filterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected