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

Method is_deleted

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

Check if the edge is currently deleted Returns: bool:

(&self)

Source from the content-addressed store, hash-verified

230 /// Returns:
231 /// bool:
232 pub fn is_deleted(&self) -> bool {
233 self.edge.is_deleted()
234 }
235
236 /// Check if the edge is on the same node
237 /// Returns:

Callers 4

checkFunction · 0.45
test_deletionsFunction · 0.45
test_properties_validFunction · 0.45

Calls

no outgoing calls

Tested by 4

checkFunction · 0.36
test_deletionsFunction · 0.36
test_properties_validFunction · 0.36