Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
check
Function · 0.45
test_deletions
Function · 0.45
test_properties_valid
Function · 0.45
test_persistent_edge_latest
Function · 0.45
Calls
no outgoing calls
Tested by
4
check
Function · 0.36
test_deletions
Function · 0.36
test_properties_valid
Function · 0.36
test_persistent_edge_latest
Function · 0.36