MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / graph_stats

Method graph_stats

nodedb-client/src/native/client/dispatch.rs:108–114  ·  view source on GitHub ↗
(
        &self,
        collection: Option<&str>,
        as_of: Option<i64>,
    )

Source from the content-addressed store, hash-verified

106 }
107
108 async fn graph_stats(
109 &self,
110 collection: Option<&str>,
111 as_of: Option<i64>,
112 ) -> NodeDbResult<Vec<GraphStats>> {
113 self.graph_stats_impl(collection, as_of).await
114 }
115
116 async fn graph_pagerank(
117 &self,

Callers

nothing calls this directly

Calls 1

graph_stats_implMethod · 0.45

Tested by

no test coverage detected