(proxy)
| 1423 | * and falsely mark the account expired). |
| 1424 | */ |
| 1425 | export function getLsFor(proxy) { |
| 1426 | const entry = _pool.get(proxyKey(proxy)); |
| 1427 | if (entry) touchEntry(entry); |
| 1428 | return entry || null; |
| 1429 | } |
| 1430 | |
| 1431 | // ─── Auto-restart ───────────────────────────────────────────── |
| 1432 |
no test coverage detected