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

Method create_entities

tests/graph/integration/postgres/lib.rs:805–811  ·  view source on GitHub ↗
(
        &mut self,
        actor_uuid: ActorEntityUuid,
        params: Vec<CreateEntityParams>,
    )

Source from the content-addressed store, hash-verified

803
804impl EntityStore for DatabaseApi<'_> {
805 async fn create_entities(
806 &mut self,
807 actor_uuid: ActorEntityUuid,
808 params: Vec<CreateEntityParams>,
809 ) -> Result<Vec<Entity>, Report<InsertionError>> {
810 self.store.create_entities(actor_uuid, params).await
811 }
812
813 async fn validate_entities(
814 &self,

Callers 5

insertFunction · 0.45
seed_dbFunction · 0.45
seed_dbFunction · 0.45
seed_dbFunction · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected