Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ getDismissedVersionOnLocal
Function
getDismissedVersionOnLocal
site/src/modules/dashboard/useUpdateCheck.ts:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
};
42
43
const
getDismissedVersionOnLocal = (): string | undefined => {
44
return
localStorage.getItem(
"dismissedVersion"
) ?? undefined;
45
};
Callers
1
useUpdateCheck
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected