MCPcopy Index your code
hub / github.com/coder/coder / templateVersions

Function templateVersions

site/src/api/queries/templates.ts:139–144  ·  view source on GitHub ↗
(templateId: string)

Source from the content-addressed store, hash-verified

137];
138
139export const templateVersions = (templateId: string) => {
140 return {
141 queryKey: templateVersionsQueryKey(templateId),
142 queryFn: () => API.getTemplateVersions(templateId),
143 };
144};
145
146export const templateVersionVariablesKey = (versionId: string) => [
147 templateVersionRoot,

Callers 3

TemplateVersionSelectFunction · 0.90
TemplateVersionsPageFunction · 0.90

Calls 1

templateVersionsQueryKeyFunction · 0.85

Tested by

no test coverage detected