Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/devtools
/ count
Function
count
packages/devtools-a11y/src/core/components/IssueList.tsx:85–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
const issuesForImpact = () =>
84
ally.filteredIssues().filter((issue) => issue.impact === impact)
85
const count = () => issuesForImpact().length || 0
86
87
const active = () => ally.impactKey() === impact
88
Callers
6
A11yIssueList
Function · 0.85
createCounter
Function · 0.85
createCounter
Function · 0.85
createCounter
Function · 0.85
createCounter
Function · 0.85
App
Function · 0.85
Calls
1
issuesForImpact
Function · 0.85
Tested by
no test coverage detected