Return the current status of the legacy validation setting.
()
| 15 | |
| 16 | |
| 17 | def get_legacy_validation() -> bool: |
| 18 | """Return the current status of the legacy validation setting.""" |
| 19 | return _legacy_validation |
| 20 | |
| 21 | |
| 22 | def disable_legacy_validation(): |
no outgoing calls
no test coverage detected