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

Method is_valid

raphtory/src/python/graph/edge.rs:218–220  ·  view source on GitHub ↗

Check if the edge is currently valid (i.e., not deleted) Returns: bool:

(&self)

Source from the content-addressed store, hash-verified

216 /// Returns:
217 /// bool:
218 pub fn is_valid(&self) -> bool {
219 self.edge.is_valid()
220 }
221
222 /// Check if the edge is currently active (has at least one update within this period).
223 /// Returns:

Callers 8

checkFunction · 0.45
test_deletionsFunction · 0.45
test_before_boundariesFunction · 0.45
test_filtering_validFunction · 0.45
top_k_with_distancesMethod · 0.45
par_iterMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by 5

checkFunction · 0.36
test_deletionsFunction · 0.36
test_before_boundariesFunction · 0.36
test_filtering_validFunction · 0.36