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

Function remap_identities

test/python/test/test_post_identity_map_v3.py:139–142  ·  view source on GitHub ↗
(to_remap)

Source from the content-addressed store, hash-verified

137 return now >= mapping['refresh_from']
138
139 def remap_identities(to_remap):
140 # Mock function to remap identities
141 assert to_remap is not None
142 return True
143
144 # Mock mappings data
145 current_time = int(time.time() * 1000)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected