MCPcopy 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
43const getDismissedVersionOnLocal = (): string | undefined => {
44 return localStorage.getItem("dismissedVersion") ?? undefined;
45};

Callers 1

useUpdateCheckFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected