MCPcopy 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

1import { API } from "#/api/api";
2
3export const updateCheck = () => {
4 return {
5 queryKey: ["updateCheck"],
6 queryFn: () => API.getUpdateCheck(),
7 };
8};

Callers 1

useUpdateCheckFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected