MCPcopy Create free account
hub / github.com/freecodexyz/free-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}
417function _temp6(s_0) {
418 return Object.values(s_0.tasks).some(_temp5);
419}
420function _temp5(t) {
421 return t.type === "dream" && t.status === "running";
422}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected