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

Method graph_stats

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

graph_stats_implMethod · 0.45

Tested by

no test coverage detected