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

Method patch_entity

tests/graph/integration/postgres/lib.rs:865–871  ·  view source on GitHub ↗
(
        &mut self,
        actor_id: ActorEntityUuid,
        params: PatchEntityParams,
    )

Source from the content-addressed store, hash-verified

863 }
864
865 async fn patch_entity(
866 &mut self,
867 actor_id: ActorEntityUuid,
868 params: PatchEntityParams,
869 ) -> Result<Entity, Report<UpdateError>> {
870 self.store.patch_entity(actor_id, params).await
871 }
872
873 async fn delete_entities(
874 &mut self,

Callers 15

initial_personFunction · 0.45
create_multiFunction · 0.45
modifyFunction · 0.45
initial_draftFunction · 0.45
no_initial_draftFunction · 0.45
multiple_draftsFunction · 0.45
updateFunction · 0.45
properties_addFunction · 0.45
properties_removeFunction · 0.45
properties_replaceFunction · 0.45
type_idsFunction · 0.45
remove_linkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected