(original_identifier, raw_uid, bucket_id)
| 68 | } |
| 69 | |
| 70 | def store_mapping(original_identifier, raw_uid, bucket_id): |
| 71 | # Store mapping using identifier as key |
| 72 | assert original_identifier is not None |
| 73 | assert raw_uid is not None |
| 74 | assert bucket_id is not None |
| 75 | |
| 76 | # V2: Process mapped/unmapped objects with identifier lookup |
| 77 | for item in response['body']['mapped']: |
no outgoing calls
no test coverage detected