MCPcopy
hub / github.com/garrytan/gstack / hasActiveBoards

Function hasActiveBoards

design/src/daemon.ts:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147}
148
149function hasActiveBoards(): boolean {
150 return nonDoneCount() > 0;
151}
152
153// LRU eviction. Prefers `done` boards as victims so an active regen doesn't
154// vanish mid-flight. Returns the evicted id, or null when the map fits.

Callers 2

idleCheckTickFunction · 0.85
fetchHandlerFunction · 0.85

Calls 1

nonDoneCountFunction · 0.85

Tested by

no test coverage detected