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

Method is_active

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

Check if the edge is currently active (has at least one update within this period). Returns: bool:

(&self)

Source from the content-addressed store, hash-verified

223 /// Returns:
224 /// bool:
225 pub fn is_active(&self) -> bool {
226 self.edge.is_active()
227 }
228
229 /// Check if the edge is currently deleted
230 /// Returns:

Callers 6

checkFunction · 0.45
checkFunction · 0.45
test_edge_latestFunction · 0.45
test_node_latestFunction · 0.45

Calls

no outgoing calls

Tested by 6

checkFunction · 0.36
checkFunction · 0.36
test_edge_latestFunction · 0.36
test_node_latestFunction · 0.36