MCPcopy Create free account
hub / github.com/hashintel/hash / query_entity_subgraph

Method query_entity_subgraph

tests/graph/integration/postgres/lib.rs:837–843  ·  view source on GitHub ↗
(
        &self,
        actor_id: ActorEntityUuid,
        params: QueryEntitySubgraphParams<'_>,
    )

Source from the content-addressed store, hash-verified

835 }
836
837 async fn query_entity_subgraph(
838 &self,
839 actor_id: ActorEntityUuid,
840 params: QueryEntitySubgraphParams<'_>,
841 ) -> Result<QueryEntitySubgraphResponse<'static>, Report<QueryError>> {
842 self.store.query_entity_subgraph(actor_id, params).await
843 }
844
845 async fn summarize_entities(
846 &self,

Calls

no outgoing calls

Tested by 1

test_root_sortingFunction · 0.36