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

Function templateVersionsQueryKey

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

Source from the content-addressed store, hash-verified

132};
133
134export const templateVersionsQueryKey = (templateId: string) => [
135 "templateVersions",
136 templateId,
137];
138
139export const templateVersions = (templateId: string) => {
140 return {

Calls

no outgoing calls

Tested by

no test coverage detected