MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp6

Function _temp6

src/components/Spinner.tsx:442–444  ·  view source on GitHub ↗
(s_0)

Source from the content-addressed store, hash-verified

440// working/idle/disconnected. See BriefSpinner's comment for the
441// Notifications overlay coupling.
442function _temp6(s_0) {
443 return count(Object.values(s_0.tasks), isBackgroundTask) + s_0.remoteBackgroundTaskCount;
444}
445function _temp5(s) {
446 return s.remoteConnectionStatus;
447}

Callers

nothing calls this directly

Calls 2

countFunction · 0.85
valuesMethod · 0.80

Tested by

no test coverage detected