()
| 522 | |
| 523 | |
| 524 | def random_update_operator_bit(): |
| 525 | return {'$bit': {random_field_name(): {global_prng.choice(['and', 'or', 'xor']): global_prng.randint(-100, 100)}}} |
| 526 | |
| 527 | |
| 528 | def random_update_operator_isolated(): |
nothing calls this directly
no test coverage detected