Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
18
import
{ getTemplateVersionFiles } from
"#/utils/templateVersion"
;
19
20
const
templateKey = (templateId: string) => [
"template"
, templateId];
21
22
export
const
template = (templateId: string) => {
23
return
{
Callers
1
template
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected