Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ resetChecked
Function
resetChecked
site/src/pages/WorkspacesPage/WorkspacesPage.tsx:71–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
new Set<string>(),
70
);
71
const resetChecked = () => {
72
if (checkedWorkspaceIds.size !== 0) {
73
setCheckedWorkspaceIds(new Set());
74
}
75
};
76
77
const pagination = usePagination({
78
searchParams,
Callers
1
WorkspacesPage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected