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

Method query_entities

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

Source from the content-addressed store, hash-verified

819 }
820
821 async fn query_entities(
822 &self,
823 actor_id: ActorEntityUuid,
824 params: QueryEntitiesParams<'_>,
825 ) -> Result<QueryEntitiesResponse<'static>, Report<QueryError>> {
826 self.store.query_entities(actor_id, params).await
827 }
828
829 async fn search_entities(
830 &self,

Callers 15

initial_personFunction · 0.45
create_multiFunction · 0.45
insertFunction · 0.45
queryFunction · 0.45
updateFunction · 0.45
properties_addFunction · 0.45
properties_removeFunction · 0.45
properties_replaceFunction · 0.45
type_idsFunction · 0.45
insertFunction · 0.45
get_entity_linksFunction · 0.45
queryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected