()
| 128 | * non-CU turns don't touch disk. |
| 129 | */ |
| 130 | export function isLockHeldLocally(): boolean { |
| 131 | return unregisterCleanup !== undefined |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Try to acquire the computer-use lock for the current session. |
no outgoing calls
no test coverage detected