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

Function templateVersionPresetsKey

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

Source from the content-addressed store, hash-verified

309};
310
311export const templateVersionPresetsKey = (versionId: string) => [
312 templateVersionRoot,
313 versionId,
314 "presets",
315];
316
317export const templateVersionPresets = (versionId: string) => {
318 return {

Callers 2

templateVersionPresetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected