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

Method count

raphtory/src/python/graph/edges.rs:93–95  ·  view source on GitHub ↗

Returns the number of edges. Returns: int:

(&self)

Source from the content-addressed store, hash-verified

91 /// Returns:
92 /// int:
93 fn count(&self) -> usize {
94 self.edges.len()
95 }
96
97 /// Returns the earliest time of the edges.
98 ///

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected