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

Function templateKey

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

Source from the content-addressed store, hash-verified

18import { getTemplateVersionFiles } from "#/utils/templateVersion";
19
20const templateKey = (templateId: string) => ["template", templateId];
21
22export const template = (templateId: string) => {
23 return {

Callers 1

templateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected