MCPcopy Create free account
hub / github.com/IABTechLab/uid2docs / store_mapping

Function store_mapping

test/python/test/test_post_identity_map_v3.py:70–74  ·  view source on GitHub ↗
(original_identifier, raw_uid, bucket_id)

Source from the content-addressed store, hash-verified

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']:

Calls

no outgoing calls

Tested by

no test coverage detected