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

Method graph_traverse

nodedb-client/src/remote/client/dispatch.rs:79–88  ·  view source on GitHub ↗
(
        &self,
        collection: &str,
        start: &NodeId,
        depth: u8,
        edge_filter: Option<&EdgeFilter>,
    )

Source from the content-addressed store, hash-verified

77 }
78
79 async fn graph_traverse(
80 &self,
81 collection: &str,
82 start: &NodeId,
83 depth: u8,
84 edge_filter: Option<&EdgeFilter>,
85 ) -> NodeDbResult<SubGraph> {
86 self.graph_traverse_impl(collection, start, depth, edge_filter)
87 .await
88 }
89
90 async fn graph_insert_edge(
91 &self,

Callers

nothing calls this directly

Calls 1

graph_traverse_implMethod · 0.45

Tested by

no test coverage detected