MCPcopy Create free account
hub / github.com/freecodexyz/free-code / _temp5

Function _temp5

src/components/memory/MemoryFileSelector.tsx:420–422  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

418 return Object.values(s_0.tasks).some(_temp5);
419}
420function _temp5(t) {
421 return t.type === "dream" && t.status === "running";
422}
423function _temp4(opt) {
424 return opt.value === lastSelectedPath;
425}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected