Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ _temp6
Function
_temp6
src/components/memory/MemoryFileSelector.tsx:417–419 ·
view source on GitHub ↗
(s_0)
Source
from the content-addressed store, hash-verified
415
return prev_0 !== null && prev_0 > 0 ? prev_0 - 1 : prev_0;
416
}
417
function _temp6(s_0) {
418
return Object.values(s_0.tasks).some(_temp5);
419
}
420
function _temp5(t) {
421
return t.type ===
"dream"
&& t.status ===
"running"
;
422
}
Callers
nothing calls this directly
Calls
1
values
Method · 0.80
Tested by
no test coverage detected