MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / getLsFor

Function getLsFor

src/langserver.js:1425–1429  ·  view source on GitHub ↗
(proxy)

Source from the content-addressed store, hash-verified

1423 * and falsely mark the account expired).
1424 */
1425export 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

Callers 2

fetchUserStatusFunction · 0.70
_probeAccountImplFunction · 0.70

Calls 2

proxyKeyFunction · 0.85
touchEntryFunction · 0.85

Tested by

no test coverage detected