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

Method clone

raphtory/src/db/api/state/node_state.rs:55–60  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

53
54impl<K> Clone for Index<K> {
55 fn clone(&self) -> Self {
56 match self {
57 Index::Full(index) => Index::Full(index.clone()),
58 Index::Partial(index) => Index::Partial(index.clone()),
59 }
60 }
61}
62
63impl<K: Copy + Eq + Hash + Into<usize> + From<usize> + Send + Sync> FromIterator<K> for Index<K> {

Callers 15

temporalMethod · 0.45
eqMethod · 0.45
historyMethod · 0.45
ordered_dedupeMethod · 0.45
valuesMethod · 0.45
getMethod · 0.45
get_by_idMethod · 0.45
historiesMethod · 0.45
collect_propertiesMethod · 0.45
get_nodesMethod · 0.45
nodesMethod · 0.45
from_parquetMethod · 0.45

Calls

no outgoing calls

Tested by 3

float_stateFunction · 0.36
test_compileFunction · 0.36
test_top_kFunction · 0.36