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

Function richParametersKey

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

Source from the content-addressed store, hash-verified

254};
255
256export const richParametersKey = (versionId: string) => [
257 templateVersionRoot,
258 versionId,
259 "richParameters",
260];
261
262export const richParameters = (versionId: string) => {
263 return {

Callers 3

richParametersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected