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

Function touchEntry

src/langserver.js:293–298  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

291}
292
293function touchEntry(entry) {
294 if (!entry) return;
295 const now = Date.now();
296 entry.lastUsedAt = now;
297 entry._evictAt = now;
298}
299
300function markIntentionalShutdown(entryOrProc) {
301 const proc = entryOrProc?.process || entryOrProc;

Callers 6

beginLsUseFunction · 0.85
endLsUseFunction · 0.85
beginLsMaintenanceUseFunction · 0.85
endLsMaintenanceUseFunction · 0.85
ensureLsFunction · 0.85
getLsForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected