(self, registry: RegistryAdapter)
| 143 | # NOTE: 统一管理云盘同步开关,减少键值误写的风险 |
| 144 | |
| 145 | def __init__(self, registry: RegistryAdapter) -> None: |
| 146 | self.registry = registry |
| 147 | |
| 148 | def disable(self) -> Result: |
| 149 | start = time.perf_counter() |
nothing calls this directly
no outgoing calls
no test coverage detected