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

Function templateVersionVariablesKey

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

Source from the content-addressed store, hash-verified

144};
145
146export const templateVersionVariablesKey = (versionId: string) => [
147 templateVersionRoot,
148 versionId,
149 "variables",
150];
151
152export const templateVersionVariables = (versionId: string) => {
153 return {

Calls

no outgoing calls

Tested by

no test coverage detected