Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ updateCheck
Function
updateCheck
site/src/api/queries/updateCheck.ts:3–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
{ API } from
"#/api/api"
;
2
3
export
const
updateCheck = () => {
4
return
{
5
queryKey: [
"updateCheck"
],
6
queryFn: () => API.getUpdateCheck(),
7
};
8
};
Callers
1
useUpdateCheck
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected