MCPcopy Create free account
hub / github.com/coder/coder / richParameters

Function richParameters

site/src/api/queries/templates.ts:262–267  ·  view source on GitHub ↗
(versionId: string)

Source from the content-addressed store, hash-verified

260];
261
262export const richParameters = (versionId: string) => {
263 return {
264 queryKey: richParametersKey(versionId),
265 queryFn: () => API.getTemplateVersionRichParameters(versionId),
266 };
267};
268
269export const resources = (versionId: string) => {
270 return {

Callers 2

BuildParametersPopoverFunction · 0.90
WorkspaceParametersPageFunction · 0.90

Calls 1

richParametersKeyFunction · 0.85

Tested by

no test coverage detected