(to_remap)
| 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) |
no outgoing calls
no test coverage detected