MCPcopy Index your code
hub / github.com/codeaashu/claude-code / useCoordinatorTaskCount

Function useCoordinatorTaskCount

src/components/CoordinatorAgentStatus.tsx:83–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 * stays accurate without needing its own tick.
82 */
83export function useCoordinatorTaskCount() {
84 const tasks = useAppState(_temp);
85 let t0;
86 t0 = 0;
87 return t0;
88}
89function _temp(s) {
90 return s.tasks;
91}

Callers 2

PromptInputFunction · 0.85
PromptInputFooterFunction · 0.85

Calls 1

useAppStateFunction · 0.85

Tested by

no test coverage detected