MCPcopy
hub / github.com/immich-app/immich / syncAssetFacesV1

Method syncAssetFacesV1

server/src/services/sync.service.ts:832–836  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

830 }
831
832 private syncAssetFacesV1(): Promise<void> {
833 throw new BadRequestException(
834 'SyncRequestType.AssetFacesV1 is deprecated, use SyncRequestType.AssetFacesV2 instead',
835 );
836 }
837
838 private async syncAssetFacesV2(options: SyncQueryOptions, response: Writable, checkpointMap: CheckpointMap) {
839 const deleteType = SyncEntityType.AssetFaceDeleteV1;

Callers 1

streamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected